C# Class SyrupPayToken.Claims.ProductDeliveryInfo

Inheritance: Element
Mostrar archivo Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
SetAdditionalDeliveryCostApplied ( bool additionalDeliveryCostApplied ) : ProductDeliveryInfo
SetDefaultDeliveryCostApplied ( bool defaultDeliveryCostApplied ) : ProductDeliveryInfo
SetDeliveryName ( string deliveryName ) : ProductDeliveryInfo
SetDeliveryType ( DeliveryType deliveryType ) : ProductDeliveryInfo
SetShippingAddressDisplay ( bool shippingAddressDisplay ) : ProductDeliveryInfo
ValidRequired ( ) : void

Method Details

SetAdditionalDeliveryCostApplied() public method

public SetAdditionalDeliveryCostApplied ( bool additionalDeliveryCostApplied ) : ProductDeliveryInfo
additionalDeliveryCostApplied bool
return ProductDeliveryInfo

SetDefaultDeliveryCostApplied() public method

public SetDefaultDeliveryCostApplied ( bool defaultDeliveryCostApplied ) : ProductDeliveryInfo
defaultDeliveryCostApplied bool
return ProductDeliveryInfo

SetDeliveryName() public method

public SetDeliveryName ( string deliveryName ) : ProductDeliveryInfo
deliveryName string
return ProductDeliveryInfo

SetDeliveryType() public method

public SetDeliveryType ( DeliveryType deliveryType ) : ProductDeliveryInfo
deliveryType DeliveryType
return ProductDeliveryInfo

SetShippingAddressDisplay() public method

public SetShippingAddressDisplay ( bool shippingAddressDisplay ) : ProductDeliveryInfo
shippingAddressDisplay bool
return ProductDeliveryInfo

ValidRequired() public method

public ValidRequired ( ) : void
return void