PaymentRequest Class

Definition

Caution

Bot Framework no longer supports payments.

A request to make a payment.

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentRequest
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentRequest = class
Public Class PaymentRequest
Inheritance
PaymentRequest
Attributes

Constructors

PaymentRequest()

Initializes a new instance of the PaymentRequest class.

PaymentRequest(String, IList<PaymentMethodData>, PaymentDetails, PaymentOptions, String)

Initializes a new instance of the PaymentRequest class.

Fields

PaymentActionType

Action type for Payment action.

PaymentContentType

Content-type for Payment card.

Properties

Details

Gets or sets details for this request.

Expires

Gets or sets expiration for this request in ISO 8601 duration format (e.g., 'P1D').

Id

Gets or sets ID of this payment request.

MethodData

Gets or sets allowed payment methods for this request.

Options

Gets or sets provides information about the options desired for the payment request.

Applies to