Class: PayPal::SDK::ButtonManagerRails::DataTypes::ReceiverInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::ReceiverInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
ReceiverInfoType Receiver information.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1662 1663 1664 1665 1666 1667 1668 1669 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1662 def self.load_members # Email address or account ID of the payment recipient (the seller). Equivalent to Receiver if payment is sent to primary account. Character length and limitations: 127 single-byte alphanumeric characters object_of :Business, String, :namespace => :ebl # Primary email address of the payment recipient (the seller). If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of Receiver is still your primary email address. Character length and limitations: 127 single-byte alphanumeric characters object_of :Receiver, String, :namespace => :ebl # Unique account ID of the payment recipient (the seller). This value is the same as the value of the recipient's referral ID. object_of :ReceiverID, String, :namespace => :ebl end |