PaymentShippingTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |