PKPaymentShippingAddressSelected Delegato

Definizione

Delegato chiamato quando l'utente ha selezionato un indirizzo di spedizione.

public delegate void PKPaymentShippingAddressSelected(PKPaymentAuthorizationStatus status, PKShippingMethod[] shippingMethods, PKPaymentSummaryItem[] summaryItems);
type PKPaymentShippingAddressSelected = delegate of PKPaymentAuthorizationStatus * PKShippingMethod[] * PKPaymentSummaryItem[] -> unit

Parametri

shippingMethods
PKShippingMethod[]
summaryItems
PKPaymentSummaryItem[]

Si applica a