Class: PayPal::SDK::ButtonManager::DataTypes::DoExpressCheckoutPaymentResponseDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/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



1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1258

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