PaymentOptions.RequestShipping プロパティ

定義

「Gets」または「set」は、支払い依頼の一環としてユーザーエージェントが配送先住所を回収・返送すべきかどうかを示します。

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

プロパティ値

ユーザーエージェントが配送先住所を回収して返送すべきかどうかを示すブール値です。

適用対象