SendPaymentReminderResponse Class

Definition

Response for Send a follow-up text reminding the user to pay the specified payment

public class SendPaymentReminderResponse
type SendPaymentReminderResponse = class
Public Class SendPaymentReminderResponse
Inheritance
SendPaymentReminderResponse

Constructors

Name Description
SendPaymentReminderResponse()

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.

Applies to