Increase. CheckTransfers. CheckTransfer. StopPaymentRequest
(Increase v1.0.0)
Copy Markdown
View Source
After a stop-payment is requested on the check, this will contain supplemental details.
Fields
reason- The reason why this transfer was stopped.requested_at- The time the stop-payment was requested.transfer_id- The ID of the check transfer that was stopped.type- A constant representing the object's type. For this resource it will always becheck_transfer_stop_payment_request.
Summary
Types
@type t() :: %Increase.CheckTransfers.CheckTransfer.StopPaymentRequest{ reason: String.t(), requested_at: DateTime.t(), transfer_id: String.t(), type: String.t() }