Sha256: a3821aaee80dd78a28b746edcc4f6432b24444ca481f5a3c158b8d78c287634f

Contents?: true

Size: 1.41 KB

Versions: 12

Compression:

Stored size: 1.41 KB

Contents

# OpenapiClient::Method

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method_type** | **String** | Unique ID for the payment method type. | 
**method_id** | **String** | The unique ID of this payment method if it was previously registered with a registration/method or if it is currently being registered. Must be unique for the entire system (not just within a specific merchant or industry). Mandatory if being used inside a registration/method. | [optional] 
**method_alias** | **String** | The address that should be used to send billing information for this payment method. | [optional] 
**card** | [**Card**](Card.md) |  | 
**provider** | **String** | The wallet provider. This field should be normalized before sending through the API. | [optional] 
**user_defined** | [**Object**](.md) | A JSON object that can carry any additional information about the method that might be helpful for fraud detection. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Method.new(method_type: method/card,
                                 method_id: 300fa792-bf5f-418e-aa74-d5b3c81298d2,
                                 method_alias: card one,
                                 card: null,
                                 provider: apple,
                                 user_defined: {"phoneBrand":"samsung"})
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Method.md
first_data_gateway-1.13.0 docs/Method.md
first_data_gateway-1.12.0 docs/Method.md
first_data_gateway-1.11.0 docs/Method.md
first_data_gateway-1.10.0 docs/Method.md
first_data_gateway-1.9.0 docs/Method.md
first_data_gateway-1.8.1 docs/Method.md
first_data_gateway-1.8.0 docs/Method.md
first_data_gateway-1.7.1 docs/Method.md
first_data_gateway-1.7.0 docs/Method.md
first_data_gateway-1.6.0 docs/Method.md
first_data_gateway-1.5.0 docs/Method.md