Sdílet prostřednictvím


PaymentRequestComplete Konstruktory

Definice

Přetížení

PaymentRequestComplete()

Inicializuje novou instanci PaymentRequestComplete třídy .

PaymentRequestComplete(String, PaymentRequest, PaymentResponse)

Inicializuje novou instanci PaymentRequestComplete třídy .

PaymentRequestComplete()

Inicializuje novou instanci PaymentRequestComplete třídy .

public PaymentRequestComplete ();
Public Sub New ()

Platí pro

PaymentRequestComplete(String, PaymentRequest, PaymentResponse)

Inicializuje novou instanci PaymentRequestComplete třídy .

public PaymentRequestComplete (string id = default, Microsoft.Bot.Schema.PaymentRequest paymentRequest = default, Microsoft.Bot.Schema.PaymentResponse paymentResponse = default);
new Microsoft.Bot.Schema.PaymentRequestComplete : string * Microsoft.Bot.Schema.PaymentRequest * Microsoft.Bot.Schema.PaymentResponse -> Microsoft.Bot.Schema.PaymentRequestComplete
Public Sub New (Optional id As String = Nothing, Optional paymentRequest As PaymentRequest = Nothing, Optional paymentResponse As PaymentResponse = Nothing)

Parametry

id
String

ID žádosti o platbu

paymentRequest
PaymentRequest

Počáteční žádost o platbu.

paymentResponse
PaymentResponse

Odpovídající odpověď na platbu.

Platí pro