CustomerDepositWrapper
extends NetSuiteWrapper
Table of Contents
-
$RecordType
: mixed
-
$TransactionType
: mixed
-
createForSalesOrder()
: mixed
$RecordType
public
static mixed
$RecordType
= NetSuiteClassesRecordType::customerDeposit
$TransactionType
public
static mixed
$TransactionType
= NetSuiteClassesTransactionType::_customerDeposit
createForSalesOrder()
public
static createForSalesOrder(string $soNr, float $amount, string $paymentMethod, string $PaymentTransactionID, string $PaymentProvider[, Carbon|null $date = null ][, array<string|int, mixed> $params = [] ]) : mixed
Parameters
-
$soNr
: string
-
-
$amount
: float
-
-
$paymentMethod
: string
-
-
$PaymentTransactionID
: string
-
-
$PaymentProvider
: string
-
-
$date
: Carbon|null
= null
-
-
$params
: array<string|int, mixed>
= []
-
-
throws
-
Exception
Return values
mixed
—