Beispiel #1
0
 public PaymentDetails(global::Windows.ApplicationModel.Payments.PaymentItem total)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.Payments.PaymentDetails", "PaymentDetails.PaymentDetails(PaymentItem total)");
 }
Beispiel #2
0
 public PaymentDetails(global::Windows.ApplicationModel.Payments.PaymentItem total, global::System.Collections.Generic.IEnumerable <global::Windows.ApplicationModel.Payments.PaymentItem> displayItems)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.Payments.PaymentDetails", "PaymentDetails.PaymentDetails(PaymentItem total, IEnumerable<PaymentItem> displayItems)");
 }
Beispiel #3
0
 public PaymentDetailsModifier(global::System.Collections.Generic.IEnumerable <string> supportedMethodIds, global::Windows.ApplicationModel.Payments.PaymentItem total, global::System.Collections.Generic.IEnumerable <global::Windows.ApplicationModel.Payments.PaymentItem> additionalDisplayItems, string jsonData)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.Payments.PaymentDetailsModifier", "PaymentDetailsModifier.PaymentDetailsModifier(IEnumerable<string> supportedMethodIds, PaymentItem total, IEnumerable<PaymentItem> additionalDisplayItems, string jsonData)");
 }