Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoExpressCheckoutPaymentResponseDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager_rails/data_types.rb

Overview

The timestamped token value that was returned by SetExpressCheckoutResponse and passed on GetExpressCheckoutDetailsRequest. Character length and limitations:20 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1281

def self.load_members
  # The timestamped token value that was returned by SetExpressCheckoutResponse and passed on GetExpressCheckoutDetailsRequest. Character length and limitations:20 single-byte characters
  object_of :Token, String, :namespace => :ebl
  # Information about the transaction 
  array_of :PaymentInfo, PaymentInfoType, :namespace => :ebl
  object_of :BillingAgreementID, String, :namespace => :ebl
  object_of :RedirectRequired, String, :namespace => :ebl
  # Memo entered by sender in PayPal Review Page note field. Optional Character length and limitations: 255 single-byte alphanumeric characters 
  object_of :Note, String, :namespace => :ebl
  # Redirect back to PayPal, PayPal can host the success page. 
  object_of :SuccessPageRedirectRequested, String, :namespace => :ebl
  # Information about the user selected options. 
  object_of :UserSelectedOptions, UserSelectedOptionType, :namespace => :ebl
  # Information about Coupled Payment transactions. 
  array_of :CoupledPaymentInfo, CoupledPaymentInfoType, :namespace => :ebl
end