PHP Class ApaiIO\Operations\CartClear

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

Méthodes publiques

Méthode 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 méthode

Returns the cart id
public getCartId ( ) : string
Résultat string

getHMAC() public méthode

Returns the HMAC
public getHMAC ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( )

setCartId() public méthode

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

setHMAC() public méthode

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