alias Stripe::TreasuryOutboundPaymentDestinationPaymentMethodDetails

Overview

Details about the PaymentMethod for an OutboundPayment.

Alias Definition

Stripe::OutboundPaymentsPaymentMethodDetails

Defined in:

stripe/models/treasury_outbound_payment_destination_payment_method_details.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [financial_account, us_bank_account]."
VALID_VALUES_FOR__TYPE = String.static_array("financial_account", "us_bank_account")