共用方式為


PaymentResponse.ShippingAddress 屬性

定義

會取得或設定 requestShipping 旗標在傳遞給 PaymentRequest 建構函式的 PaymentOptions 中設定為 true,則 shippingAddress 會是使用者選擇的完整和最終出貨位址。

public Microsoft.Bot.Schema.PaymentAddress ShippingAddress { get; set; }
member this.ShippingAddress : Microsoft.Bot.Schema.PaymentAddress with get, set
Public Property ShippingAddress As PaymentAddress

屬性值

使用者所選擇的最終寄送位址。

適用於