Freigeben über


PaymentRequestChangedResult Klasse

Definition

Das Ergebnis der Zahlungsänderungsanforderung.

public ref class PaymentRequestChangedResult sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Payments.IPaymentRequestChangedResultFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentRequestChangedResult final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Payments.IPaymentRequestChangedResultFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentRequestChangedResult
function PaymentRequestChangedResult(changeAcceptedByMerchant, updatedPaymentDetails)
Public NotInheritable Class PaymentRequestChangedResult
Vererbung
Object Platform::Object IInspectable PaymentRequestChangedResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Konstruktoren

PaymentRequestChangedResult(Boolean, PaymentDetails)

Erstellt ein neues PaymentRequestChangedResult-Objekt .

PaymentRequestChangedResult(Boolean)

Erstellt ein neues PaymentRequestChangedResult-Objekt .

Eigenschaften

ChangeAcceptedByMerchant

Gibt an, ob die Änderung vom Händler akzeptiert wurde. Dies kann beispielsweise auf FALSE festgelegt werden, wenn der Benutzer eine Versandadresse im Ausland angegeben hat, der Händler jedoch nicht bereit ist, international zu versenden.

Message

Die Meldung.

UpdatedPaymentDetails

Die aktualisierten Zahlungsdetails.

Gilt für: