OutboundPaymentDestinationPaymentMethodData constructor
const
OutboundPaymentDestinationPaymentMethodData({
- PaymentIntentBillingDetails? billingDetails,
- String? financialAccount,
- Map<
String, String> ? metadata, - required OutboundPaymentsPaymentMethodDetailsType type,
- PaymentIntentUsBankAccount? usBankAccount,
payment_method_data
Hash used to generate the PaymentMethod to be used for this OutboundPayment. Exclusive with `destination_payment_method`.
Implementation
const OutboundPaymentDestinationPaymentMethodData({
this.billingDetails,
this.financialAccount,
this.metadata,
required this.type,
this.usBankAccount,
});