class PayPal::SDK::AdaptivePayments::DataTypes::ReceiverOptions
Options that apply to the receiver of a payment, allows setting additional details for payment using invoice.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 503 def self.load_members object_of :description, String object_of :customId, String object_of :invoiceData, InvoiceData object_of :receiver, ReceiverIdentifier, :required => true object_of :referrerCode, String end