C# Class SyrupPayToken.Claims.ProductDeliveryInfo

Inheritance: Element
Afficher le fichier Open project: SKplanet/syruppay-csharp

Méthodes publiques

Méthode 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 méthode

public SetAdditionalDeliveryCostApplied ( bool additionalDeliveryCostApplied ) : ProductDeliveryInfo
additionalDeliveryCostApplied bool
Résultat ProductDeliveryInfo

SetDefaultDeliveryCostApplied() public méthode

public SetDefaultDeliveryCostApplied ( bool defaultDeliveryCostApplied ) : ProductDeliveryInfo
defaultDeliveryCostApplied bool
Résultat ProductDeliveryInfo

SetDeliveryName() public méthode

public SetDeliveryName ( string deliveryName ) : ProductDeliveryInfo
deliveryName string
Résultat ProductDeliveryInfo

SetDeliveryType() public méthode

public SetDeliveryType ( DeliveryType deliveryType ) : ProductDeliveryInfo
deliveryType DeliveryType
Résultat ProductDeliveryInfo

SetShippingAddressDisplay() public méthode

public SetShippingAddressDisplay ( bool shippingAddressDisplay ) : ProductDeliveryInfo
shippingAddressDisplay bool
Résultat ProductDeliveryInfo

ValidRequired() public méthode

public ValidRequired ( ) : void
Résultat void