class PayPal::SDK::AdaptivePayments::DataTypes::GetPrePaymentDisclosureRequest
GetPrePaymentDisclosureRequest
is used to get the PrePayment Disclosure.; GetPrePaymentDisclosureRequest
contains following parameters payKey :The pay key that identifies the payment for which you want to retrieve details. this is the pay key returned in the PayResponse
message. receiverInfoList : This is an optional.This needs to be provided in case of Unilateral scenario. receiverInfoList has a list of ReceiverInfo
type. List is provided here to support in future for Parallel/Chained Payemnts. Each ReceiverInfo
has following variables firstName : firstName of recipient. lastName : lastName of recipient. countryCode : CountryCode of Recipient.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 1193 def self.load_members object_of :requestEnvelope, RequestEnvelope, :required => true object_of :payKey, String, :required => true object_of :receiverInfoList, ReceiverInfoList end