PaymentShippingTypes Class

Definition

Caution

Bot Framework no longer supports payments.

Different shipping types. See http://www.w3.org/TR/payment-request/#dom-paymentoptions-shippingtype for more information.

[System.Obsolete("Bot Framework no longer supports payments.")]
public static class PaymentShippingTypes
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentShippingTypes = class
Public Class PaymentShippingTypes
Inheritance
PaymentShippingTypes
Attributes

Fields

Delivery

This refers to the address being collected as being used for delivery. This is commonly faster than shipping. For example, it might be used for food delivery.

PickUp

This refers to the address being collected as part of a service pickup. For example, this could be the address for laundry pickup.

Shipping

This is the default and refers to the address being collected as the destination for shipping.

Applies to