class PayPal::SDK::AdaptivePayments::DataTypes::ReceiverInfo
ReceiverInfo
needs to be populate for the receiver who doesn't have paypal account.
Public Class Methods
load_members()
click to toggle source
# 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