Class: PayPal::SDK::Merchant::DataTypes::UpdateAuthorizationRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum

Class Method Summary collapse

Class Method Details

.load_membersObject



4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4764

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