C# 클래스 SyrupPayToken.Claims.ProductDeliveryInfo

상속: Element
파일 보기 프로젝트 열기: SKplanet/syruppay-csharp

공개 메소드들

메소드 설명
SetAdditionalDeliveryCostApplied ( bool additionalDeliveryCostApplied ) : ProductDeliveryInfo
SetDefaultDeliveryCostApplied ( bool defaultDeliveryCostApplied ) : ProductDeliveryInfo
SetDeliveryName ( string deliveryName ) : ProductDeliveryInfo
SetDeliveryType ( DeliveryType deliveryType ) : ProductDeliveryInfo
SetShippingAddressDisplay ( bool shippingAddressDisplay ) : ProductDeliveryInfo
ValidRequired ( ) : void

메소드 상세

SetAdditionalDeliveryCostApplied() 공개 메소드

public SetAdditionalDeliveryCostApplied ( bool additionalDeliveryCostApplied ) : ProductDeliveryInfo
additionalDeliveryCostApplied bool
리턴 ProductDeliveryInfo

SetDefaultDeliveryCostApplied() 공개 메소드

public SetDefaultDeliveryCostApplied ( bool defaultDeliveryCostApplied ) : ProductDeliveryInfo
defaultDeliveryCostApplied bool
리턴 ProductDeliveryInfo

SetDeliveryName() 공개 메소드

public SetDeliveryName ( string deliveryName ) : ProductDeliveryInfo
deliveryName string
리턴 ProductDeliveryInfo

SetDeliveryType() 공개 메소드

public SetDeliveryType ( DeliveryType deliveryType ) : ProductDeliveryInfo
deliveryType DeliveryType
리턴 ProductDeliveryInfo

SetShippingAddressDisplay() 공개 메소드

public SetShippingAddressDisplay ( bool shippingAddressDisplay ) : ProductDeliveryInfo
shippingAddressDisplay bool
리턴 ProductDeliveryInfo

ValidRequired() 공개 메소드

public ValidRequired ( ) : void
리턴 void