Method: OpenapiClient::CardInfoLookupRequest.openapi_types
- Defined in:
- lib/openapi_client/models/card_info_lookup_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
32 33 34 35 36 37 |
# File 'lib/openapi_client/models/card_info_lookup_request.rb', line 32 def self.openapi_types { :'store_id' => :'String', :'payment_card' => :'PaymentCard' } end |