Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoMobileCheckoutPaymentResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoMobileCheckoutPaymentResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
A free-form field for your own use, such as a tracking number or other value you want returned to you in IPN. Optional Character length and limitations: 256 single-byte alphanumeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2586 def self.load_members # A free-form field for your own use, such as a tracking number or other value you want returned to you in IPN. Optional Character length and limitations: 256 single-byte alphanumeric characters object_of :Custom, String, :namespace => :ebl # Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters object_of :InvoiceID, String, :namespace => :ebl # Information about the payer object_of :PayerInfo, PayerInfoType, :namespace => :ebl # Information about the transaction object_of :PaymentInfo, PaymentInfoType, :namespace => :ebl end |