Method: OpenapiClient::UsePaymentToken.openapi_types
- Defined in:
- lib/openapi_client/models/use_payment_token.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 50 51 |
# File 'lib/openapi_client/models/use_payment_token.rb', line 43 def self.openapi_types { :'value' => :'String', :'token_origin_store_id' => :'String', :'function' => :'CardFunction', :'security_code' => :'String', :'expiry_date' => :'Expiration' } end |