class PayPal::SDK::Merchant::DataTypes::UpdateAuthorizationRequestType
The value of the authorizationâtransaction identification number returned by a PayPal
product. Required Character length and limits: 19 single-byte characters maximum
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 4771 def self.load_members # The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum object_of :TransactionID, String, :namespace => :ns, :required => true # Shipping Address for this transaction. object_of :ShipToAddress, AddressType, :namespace => :ebl # IP Address of the buyer object_of :IPAddress, String, :namespace => :ns # A flag indicating that this transaction is a Ship to Store transaction. Optional object_of :ShipToStore, String, :namespace => :ns end