Method: FuseClient::Merchant.openapi_types

Defined in:
lib/fuse_client/models/merchant.rb

.openapi_typesObject

Attribute type mapping.



41
42
43
44
45
46
47
# File 'lib/fuse_client/models/merchant.rb', line 41

def self.openapi_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'logo' => :'MerchantLogo'
  }
end