Class: PayPal::SDK::ButtonManagerRails::DataTypes::CoupledPaymentInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::CoupledPaymentInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Information about Coupled Payment transactions.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3249 3250 3251 3252 3253 3254 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3249 def self.load_members # ID received in the Coupled Payment Request object_of :CoupledPaymentRequestID, String, :namespace => :ebl # ID that uniquely identifies this CoupledPayment. Generated by PP in Response object_of :CoupledPaymentID, String, :namespace => :ebl, :required => true end |