Stripe.Resources.PaymentRecord.PaymentMethodDetails.AfterpayClearpay (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentRecord.PaymentMethodDetails.AfterpayClearpay{
  order_id: String.t() | nil,
  reference: String.t() | nil
}
  • order_id - The Afterpay order ID associated with this payment intent. Max length: 5000. Nullable.
  • reference - Order identifier shown to the merchant in Afterpay’s online portal. Max length: 5000. Nullable.