Method: OpenapiClient::AccountVerificationRequest.openapi_types
- Defined in:
- lib/openapi_client/models/account_verification_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 50 51 |
# File 'lib/openapi_client/models/account_verification_request.rb', line 43 def self.openapi_types { :'request_type' => :'String', :'billing_address' => :'Address', :'store_id' => :'String', :'merchant_transaction_id' => :'String', :'additional_details' => :'AdditionalDetails' } end |