Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.MoneyMovementDetails.Card
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.MoneyMovementDetails.Card{ customer_presence: String.t() | nil, payment_type: String.t() | nil }
customer_presence- Describes the presence of the customer during the payment. Possible values:off_session,on_session. Nullable.payment_type- Describes the type of payment. Possible values:one_off,recurring,setup_one_off,setup_recurring. Nullable.