Sha256: 4bb8e4e491a63d532333d4848535e59112fe246696b549e62a4208095c3dae7b
Contents?: true
Size: 558 Bytes
Versions: 35
Compression:
Stored size: 558 Bytes
Contents
# SquareConnect::ChargeResponse ### Description Defines the fields that are included in the response body of a request to the [Charge](#endpoint-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
35 entries across 35 versions & 1 rubygems