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



1117
1118
1119
1120
1121
1122
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1117

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