Class: PayPal::SDK::AdaptivePayments::DataTypes::ReceiverInfo

Inherits:
AccountIdentifier show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

ReceiverInfo needs to be populate for the receiver who doesn’t have paypal account.

Class Method Summary collapse

Class Method Details

.load_membersObject



1105
1106
1107
1108
1109
1110
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1105

def self.load_members
  # The two-character ISO country code of the home country of the Receiver 
  object_of :countryCode, String
  object_of :firstName, String
  object_of :lastName, String
end