Click or drag to resize
PaymentShippingInfoProviderGetPaymentShippings Method
Returns the query for all relationships between payment options and shipping options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<PaymentShippingInfo> GetPaymentShippings()

Return Value

Type: ObjectQueryPaymentShippingInfo
See Also