Method: UltracartClient::CheckoutHandoffResponse.openapi_types
- Defined in:
- lib/ultracart_api/models/checkout_handoff_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 |
# File 'lib/ultracart_api/models/checkout_handoff_response.rb', line 41 def self.openapi_types { :'cart' => :'Cart', :'errors' => :'Array<String>', :'redirect_to_url' => :'String' } end |