Share via


PKPaymentRequestPaymentMethodUpdateEventArgs Constructor

Definition

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.

Applies to