Class: PayPal::SDK::ButtonManager::DataTypes::UpdateAuthorizationRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/button_manager/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



4661
4662
4663
4664
4665
4666
4667
4668
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4661

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
end