Sha256: 48fe36200cc98c755acc01abfb76186ec889669c731fa606f49c79b5c9bb3b5e

Contents?: true

Size: 1.15 KB

Versions: 14

Compression:

Stored size: 1.15 KB

Contents

# OpenapiClient::AccountUpdaterResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**updated_card** | **String** | Account updater replacement PAN or TransArmor token. | [optional] 
**updated_token** | **String** | Updated value of token. | [optional] 
**updated_expiration_date** | **String** | New account number expiration date in MMYY format. | [optional] 
**updated_account_status** | **String** | Status of the updated account. An account may have closed (C), the expiry date may have changed (E), the account may have changed (A), or the cardholder should be contacted (Q). | [optional] 
**updated_account_error_code** | **String** | Code for the error encountered when updating account. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::AccountUpdaterResponse.new(updated_card: 4012000066660018,
                                 updated_token: 1235325235236,
                                 updated_expiration_date: 1220,
                                 updated_account_status: A,
                                 updated_account_error_code: VAU002)
```


Version data entries

14 entries across 14 versions & 1 rubygems

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