Sha256: b704301cef880c72a2ac3b7004217a35b240248f005b24c7bb103b26843872f6

Contents?: true

Size: 1.2 KB

Versions: 64

Compression:

Stored size: 1.2 KB

Contents

# MxPlatformRuby::MerchantLocationResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **city** | **String** |  | [optional] |
| **country** | **String** |  | [optional] |
| **created_at** | **String** |  | [optional] |
| **guid** | **String** |  | [optional] |
| **latitude** | **Float** |  | [optional] |
| **longitude** | **Float** |  | [optional] |
| **merchant_guid** | **String** |  | [optional] |
| **phone_number** | **String** |  | [optional] |
| **postal_code** | **String** |  | [optional] |
| **state** | **String** |  | [optional] |
| **street_address** | **String** |  | [optional] |
| **updated_at** | **String** |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::MerchantLocationResponse.new(
  city: Greenwood Village,
  country: US,
  created_at: 2020-04-13 21:05:09.000000000 Z,
  guid: MCL-00024e59-18b5-4d79-b879-2a7896726fea,
  latitude: 39.5963005,
  longitude: -104.89158799999998,
  merchant_guid: MCH-09466f0a-fb58-9d1a-bae2-2af0afbea621,
  phone_number: (303) 689-0728,
  postal_code: 801121436,
  state: CO,
  street_address: 8547 E Arapahoe Rd, Ste 1,
  updated_at: 2020-04-13 21:05:09.000000000 Z
)
```

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
mx-platform-ruby-1.2.0 docs/MerchantLocationResponse.md
mx-platform-ruby-1.1.0 docs/MerchantLocationResponse.md
mx-platform-ruby-1.0.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.46.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.45.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.44.1 docs/MerchantLocationResponse.md
mx-platform-ruby-0.44.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.43.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.42.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.41.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.40.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.39.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.38.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.37.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.36.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.35.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.34.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.33.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.32.0 docs/MerchantLocationResponse.md
mx-platform-ruby-0.31.0 docs/MerchantLocationResponse.md