Class: PayPal::SDK::ButtonManager::DataTypes::ReceiverInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::ReceiverInfoType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
ReceiverInfoType Receiver information.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1634 1635 1636 1637 1638 1639 1640 1641 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1634 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 |