CreatePaymentInput 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.
Creates a new payment
public class CreatePaymentInput
type CreatePaymentInput = class
Public Class CreatePaymentInput
- Inheritance
-
CreatePaymentInput
Constructors
| Name | Description |
|---|---|
| CreatePaymentInput() | |
Properties
| Name | Description |
|---|---|
| AmountRequestedInDollars |
The amount in dollars requested by this payment. |
| PaymentDescription |
Description of the payment. Description is not shown to the contact and is only used by internal users for context about payments. |
| PaymentMessageTextBody |
Message text to send to contact along with payment link. |
| RecipientPhoneNumber |
Phone number of the contact this payment will be sent to. |
| ReferenceStringOfThePayment |
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. |