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



4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
# 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