Property | Type | Description |
---|
Method | Description | |
---|---|---|
ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations |
public ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations | ||
id | int | |
addressLine1 | string | |
addressLine2 | string | |
city | string | |
stateProvince | string | |
postalCode | string | |
countryRegion | string | |
return | System.ComponentModel.DataAnnotations |