PHP Class ApaiIO\Operations\CartAdd

See also: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/CartAdd.html
Author: Jan Eichhorn ([email protected])
Inheritance: extends CartCreate
Datei anzeigen Open project: exeu/apai-io Class Usage Examples

Public Methods

Method Description
getCartId ( ) : string Returns the cart id
getHMAC ( ) : mixed Returns the HMAC
getName ( )
setCartId ( string $cartId ) Sets the cart id
setHMAC ( string $HMAC ) Sets the HMAC

Method Details

getCartId() public method

Returns the cart id
public getCartId ( ) : string
return string

getHMAC() public method

Returns the HMAC
public getHMAC ( ) : mixed
return mixed

getName() public method

public getName ( )

setCartId() public method

Sets the cart id
public setCartId ( string $cartId )
$cartId string

setHMAC() public method

Sets the HMAC
public setHMAC ( string $HMAC )
$HMAC string