class PayPal::SDK::ButtonManagerRails::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/button_manager_rails/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