Increase. CardPushTransfers. CardPushTransfer. Cancellation
(Increase v1.0.0)
Copy Markdown
View Source
If your account requires approvals for transfers and the transfer was not approved, this will contain details of the cancellation.
Fields
canceled_at- The ISO 8601 date and time at which the Transfer was canceled.canceled_by- If the Transfer was canceled by a user in the dashboard, the email address of that user.
Summary
Types
@type t() :: %Increase.CardPushTransfers.CardPushTransfer.Cancellation{ canceled_at: DateTime.t(), canceled_by: String.t() | nil }