Data for a Braintree payment request.

interface AdditionalData {
    dropInRequest?: CdvPurchase.Braintree.DropIn.Request;
}

Properties

Properties

Specify the full DropIn Request parameters for full customization.

When set, this takes precedence over all other options.