Parameters for payment method attach.
Summary
Types
@type t() :: %Stripe.Params.PaymentMethodAttachParams{ customer: term(), customer_account: term(), expand: term() }
customer- The ID of the customer to which to attach the PaymentMethod. Max length: 5000.customer_account- The ID of the Account representing the customer to which to attach the PaymentMethod. Max length: 5000.expand- Specifies which fields in the response should be expanded.