PKPaymentRequestPaymentMethodUpdateEventArgs Constructor
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.
Create a new instance of the PKPaymentRequestPaymentMethodUpdateEventArgs with the specified event data.
public PKPaymentRequestPaymentMethodUpdateEventArgs(PassKit.PKPaymentMethod paymentMethod, Action<PassKit.PKPaymentRequestPaymentMethodUpdate> completion);
new PassKit.PKPaymentRequestPaymentMethodUpdateEventArgs : PassKit.PKPaymentMethod * Action<PassKit.PKPaymentRequestPaymentMethodUpdate> -> PassKit.PKPaymentRequestPaymentMethodUpdateEventArgs
Parameters
- paymentMethod
- PKPaymentMethod
The value for the PaymentMethod property.
- completion
- Action<PKPaymentRequestPaymentMethodUpdate>
The value for the Completion property.