Stripe.Resources.PaymentMethod.Paypal (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethod.Paypal{
  country: String.t() | nil,
  payer_email: String.t() | nil,
  payer_id: String.t() | nil
}
  • country - Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Max length: 5000. Nullable.
  • payer_email - Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Max length: 5000. Nullable.
  • payer_id - PayPal account PayerID. This identifier uniquely identifies the PayPal customer. Max length: 5000. Nullable.