Paypal.Order.Payer (Paypal v0.1.1)
View SourcePayer get all the information about who's paying the order.
Summary
Types
@type t() :: %Paypal.Order.Payer{ address: map() | nil, email_address: String.t() | nil, name: map() | nil, payer_id: String.t() | nil }
The information for the payer:
payer_id
is the ID in Paypal for the payer.name
is a composition of two values: given_name and surname.email_address
is the email address provided to Paypal for the payment.address
is a map that contains at leastcountry
.