PaymentOptions.RequestShipping プロパティ

定義

取得または設定は、ユーザー エージェントが支払い要求の一部として配送先住所を収集して返す必要があるかどうかを示します。

public bool? RequestShipping { get; set; }
member this.RequestShipping : Nullable<bool> with get, set
Public Property RequestShipping As Nullable(Of Boolean)

プロパティ値

ユーザー エージェントが配送先住所を収集して返す必要があるかどうかを示すブール値。

適用対象