RetailCRM API Client

Create

Class Create

Tags
category

Create

Table of Contents

Properties

$amount  : float
$currency  : string
$customer  : Customer
$invoiceType  : string
$invoiceUuid  : string
$items  : array<string|int, Item>
$orderId  : int
$orderNumber  : string
$returnUrl  : string
$shopId  : string
$siteUrl  : string

Properties

$amount

public float $amount
Tags
JMS\Type

("float")

JMS\SerializedName

("amount")

$currency

public string $currency
Tags
JMS\Type

("string")

JMS\SerializedName

("currency")

$customer

public Customer $customer
Tags
JMS\Type

("RetailCrm\Api\Model\Entity\Customers\Customer")

JMS\SerializedName

("customer")

$invoiceType

public string $invoiceType
Tags
JMS\Type

("string")

JMS\SerializedName

("invoiceType")

$invoiceUuid

public string $invoiceUuid
Tags
JMS\Type

("string")

JMS\SerializedName

("invoiceUuid")

$items

public array<string|int, Item> $items
Tags
JMS\Type

("array<RetailCrm\Api\Model\Callback\Response\Payments\Item>")

JMS\SerializedName

("items")

$orderId

public int $orderId
Tags
JMS\Type

("int")

JMS\SerializedName

("orderId")

$orderNumber

public string $orderNumber
Tags
JMS\Type

("string")

JMS\SerializedName

("orderNumber")

$returnUrl

public string $returnUrl
Tags
JMS\Type

("string")

JMS\SerializedName

("returnUrl")

$shopId

public string $shopId
Tags
JMS\Type

("string")

JMS\SerializedName

("shopId")

$siteUrl

public string $siteUrl
Tags
JMS\Type

("string")

JMS\SerializedName

("siteUrl")


        
On this page

Search results