PaymentShippingInfoProviderGetPaymentShippingInfoInternal Method |
Returns relationship between specified payment option and shipping option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual PaymentShippingInfo GetPaymentShippingInfoInternal(
int paymentId,
int shippingId
)
Parameters
- paymentId
- Type: SystemInt32
Payment option ID - shippingId
- Type: SystemInt32
Shipping option ID
Return Value
Type:
PaymentShippingInfoSee Also