Method: OpenapiClient::ManagedRedirectPrimaryRequest.attribute_map

Defined in:
lib/openapi_client/models/managed_redirect_primary_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



36
37
38
39
40
41
42
43
44
45
46
# File 'lib/openapi_client/models/managed_redirect_primary_request.rb', line 36

def self.attribute_map
  {
    :'request_type' => :'requestType',
    :'transaction_amount' => :'transactionAmount',
    :'store_id' => :'storeId',
    :'merchant_transaction_id' => :'merchantTransactionId',
    :'transaction_type' => :'transactionType',
    :'order' => :'order',
    :'redirect_attributes' => :'redirectAttributes'
  }
end