PHP Class Dumplie\Customer\Application\Command\ChangeBillingAddress

Inheritance: implements Dumplie\SharedKernel\Application\Command\Command, use trait Dumplie\SharedKernel\Application\Command\CommandSerialize, use trait AddressData
Datei anzeigen Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
__construct ( string $cartId, string $name, string $street, string $postCode, string $city, string $countryIso2Code )
cartId ( ) : string

Method Details

__construct() public method

public __construct ( string $cartId, string $name, string $street, string $postCode, string $city, string $countryIso2Code )
$cartId string
$name string
$street string
$postCode string
$city string
$countryIso2Code string

cartId() public method

public cartId ( ) : string
return string