Method | Description | |
---|---|---|
GetMapToStringForFds ( ) : string | ||
SetAdditionalDeliveryCost ( int additionalDeliveryCost ) : |
||
SetCity ( string city ) : |
||
SetCountryCode ( string countryCode ) : |
||
SetDefaultDeliveryCost ( int defaultDeliveryCost ) : |
||
SetDeliveryRestriction ( DeliveryRestriction deliveryRestriction ) : |
||
SetDetailAddress ( string detailAddress ) : |
||
SetId ( string id ) : |
||
SetMainAddress ( string mainAddress ) : |
||
SetName ( string name ) : |
||
SetOrderApplied ( int orderApplied ) : |
||
SetRecipientName ( string recipientName ) : |
||
SetRecipientPhoneNumber ( string recipientPhoneNumber ) : |
||
SetState ( string state ) : |
||
SetUserActionCode ( string userActionCode ) : |
||
SetZipCode ( string zipCode ) : |
||
ShippingAddress ( ) : System | ||
ShippingAddress ( string zipCode, string mainAddress, string detailAddress, string city, string state, string countryCode ) : System | ||
ValidRequiredToCheckout ( ) : void |
public SetAdditionalDeliveryCost ( int additionalDeliveryCost ) : |
||
additionalDeliveryCost | int | |
return |
public SetCity ( string city ) : |
||
city | string | |
return |
public SetCountryCode ( string countryCode ) : |
||
countryCode | string | |
return |
public SetDefaultDeliveryCost ( int defaultDeliveryCost ) : |
||
defaultDeliveryCost | int | |
return |
public SetDeliveryRestriction ( DeliveryRestriction deliveryRestriction ) : |
||
deliveryRestriction | DeliveryRestriction | |
return |
public SetDetailAddress ( string detailAddress ) : |
||
detailAddress | string | |
return |
public SetMainAddress ( string mainAddress ) : |
||
mainAddress | string | |
return |
public SetName ( string name ) : |
||
name | string | |
return |
public SetOrderApplied ( int orderApplied ) : |
||
orderApplied | int | |
return |
public SetRecipientName ( string recipientName ) : |
||
recipientName | string | |
return |
public SetRecipientPhoneNumber ( string recipientPhoneNumber ) : |
||
recipientPhoneNumber | string | |
return |
public SetState ( string state ) : |
||
state | string | |
return |
public SetUserActionCode ( string userActionCode ) : |
||
userActionCode | string | |
return |
public SetZipCode ( string zipCode ) : |
||
zipCode | string | |
return |
public ShippingAddress ( string zipCode, string mainAddress, string detailAddress, string city, string state, string countryCode ) : System | ||
zipCode | string | |
mainAddress | string | |
detailAddress | string | |
city | string | |
state | string | |
countryCode | string | |
return | System |