Class: PayPal::SDK::ButtonManager::DataTypes::DoMobileCheckoutPaymentResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::DoMobileCheckoutPaymentResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/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
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2551 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 |