Condividi tramite


PaymentOptions Classe

Definizione

Classe contenente le opzioni di pagamento. Questa classe riflette il dizionario W3C PaymentOptions.

public ref class PaymentOptions sealed
/// [Windows.Foundation.Metadata.Activatable(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 PaymentOptions final
[Windows.Foundation.Metadata.Activatable(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 PaymentOptions
function PaymentOptions()
Public NotInheritable Class PaymentOptions
Ereditarietà
Object Platform::Object IInspectable PaymentOptions
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Costruttori

PaymentOptions()

Crea un nuovo oggetto PaymentOptions .

Proprietà

RequestPayerEmail

Indica se richiedere il messaggio di posta elettronica del pagamento.

RequestPayerName

Indica se richiedere il nome del pagamento.

RequestPayerPhoneNumber

Indica se richiedere il numero di telefono del pagamento.

RequestShipping

Indica se richiedere la spedizione. Se questo valore è impostato su true, PaymentDetails.ShippingOptions non deve essere vuoto.

ShippingType

Tipo di spedizione.

Si applica a