Class: PayPal::SDK::ButtonManager::DataTypes::ExecuteCheckoutOperationsRequestDetailsType

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

Overview

On your first invocation of ExecuteCheckoutOperationsRequest, the value of this token is returned by ExecuteCheckoutOperationsResponse. Optional Include this element and its value only if you want to modify an existing checkout session with another invocation of ExecuteCheckoutOperationsRequest; for example, if you want the customer to edit his shipping address on PayPal. Character length and limitations: 20 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



960
961
962
963
964
965
966
967
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 960

def self.load_members
  # On your first invocation of ExecuteCheckoutOperationsRequest, the value of this token is returned by ExecuteCheckoutOperationsResponse. Optional Include this element and its value only if you want to modify an existing checkout session with another invocation of ExecuteCheckoutOperationsRequest; for example, if you want the customer to edit his shipping address on PayPal. Character length and limitations: 20 single-byte characters 
  object_of :Token, String, :namespace => :ebl
  # All the Data required to initiate the checkout session is passed in this element. 
  object_of :SetDataRequest, SetDataRequestType, :namespace => :ebl, :required => true
  # If auto authorization is required, this should be passed in with IsRequested set to yes. 
  object_of :AuthorizationRequest, AuthorizationRequestType, :namespace => :ebl
end