class PayPal::SDK::Merchant::DataTypes::ReceiverInfoType
ReceiverInfoType
Receiver information.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1701 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