Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Dumplie
Customer
Application
Command
ChangeBillingAddress
PHP Class Dumplie\Customer\Application\Command\ChangeBillingAddress
Inheritance:
implements
Dumplie\SharedKernel\Application\Command\Command
,
use trait
Dumplie\SharedKernel\Application\Command\CommandSerialize
,
use trait
AddressData
Show file
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