CancelPaymentResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Cancels the specified payment
public class CancelPaymentResponse
type CancelPaymentResponse = class
Public Class CancelPaymentResponse
- Inheritance
-
CancelPaymentResponse
Constructors
| Name | Description |
|---|---|
| CancelPaymentResponse() | |
Properties
| Name | Description |
|---|---|
| AmountRequested |
The amount in dollars requested by this payment. |
| CustomerPhone |
The phone number of the contact who is being sent this payment. |
| Description |
The description of the payment. This is not shown to the contact. It is only used by internal users for context about payments. |
| IsPastDue |
Whether this payment is past the request date. |
| PaymentId |
The numerical id of the payment. |
| Recipient |
The name of the payment recipient. This may be null if the contact does not have a name associated with their phone number. |
| ReferenceNumber |
The user-defined id defined when payments are created that can be used to quickly find payments. Reference numbers are not unique; many payments can have the same reference. |
| ReminderWasSent |
Whether a text reminder has already been sent for this payment. |
| RequestDate |
The timestamp of when this payment's initial message was queued to be sent. |
| TextrequestPaymentStatus |
The status of the transaction in Text Request. This represents that status shown in the payments page on the Text Request app. It starts as Sent. |
| TransactionStatus |
The status of the transaction in authvia. This value starts as Unknown. |