Stripe.Params.Radar.PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.Radar.PaymentEvaluationCreateParams.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.
  • payment_type - Describes the type of payment. Possible values: one_off, recurring, setup_one_off, setup_recurring.