Sha256: d6f11bebe71cb706d1d84174e8e293a3f745158c947d506efbbe0a6ce5046bcb
Contents?: true
Size: 538 Bytes
Versions: 11
Compression:
Stored size: 538 Bytes
Contents
# SquareConnect::ChargeResponse ### Description Defines the fields that are included in the response body of a request to the Charge endpoint. One of `errors` or `transaction` is present in a given response (never both). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional] **transaction** | [**Transaction**](Transaction.md) | The created transaction. | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems