Sha256: 95858f61f74ca5e8acb90997eb2eca233d05a96621bf97a237ff40d5c42b8de3
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
# OpenapiClient::PaymentTokenUpdateResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_status** | **String** | The status of the request. | [optional] **request_time** | **Integer** | Time of the request. | [optional] **errors** | [**Array<Error>**](Error.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentTokenUpdateResponseAllOf.new(request_status: APPROVED, request_time: 1554308829345, errors: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/PaymentTokenUpdateResponseAllOf.md |
first_data_gateway-1.7.0 | docs/PaymentTokenUpdateResponseAllOf.md |