RetailCRM API Client

AbstractDiscount

Class AbstractDiscount

Tags
category

AbstractDiscount

Table of Contents

Properties

$amount  : float|null
$type  : string|null

Methods

__construct()  : mixed
AbstractDiscount constructor.

Properties

$amount

public float|null $amount
Tags
JMS\Type

("float")

JMS\SerializedName

("amount")

$type

public string|null $type
Tags
JMS\Type

("string")

JMS\SerializedName

("type")

Methods

__construct()

AbstractDiscount constructor.

public __construct([string|null $type = null ][, float|null $amount = null ]) : mixed
Parameters
$type : string|null = null
$amount : float|null = null

        
On this page

Search results