class ExternalTransaction extends Model (View source)

Properties

string $createTime
protected $currentPreTaxAmountType
protected $currentPreTaxAmountDataType
protected $currentTaxAmountType
protected $currentTaxAmountDataType
string $externalTransactionId
protected $oneTimeTransactionType
protected $oneTimeTransactionDataType
protected $originalPreTaxAmountType
protected $originalPreTaxAmountDataType
protected $originalTaxAmountType
protected $originalTaxAmountDataType
string $packageName
protected $recurringTransactionType
protected $recurringTransactionDataType
protected $testPurchaseType
protected $testPurchaseDataType
int $transactionProgramCode
string $transactionState
string $transactionTime
protected $userTaxAddressType
protected $userTaxAddressDataType

Methods

setCreateTime($createTime)

No description

string
getCreateTime()

No description

setCurrentPreTaxAmount(Price $currentPreTaxAmount)

No description

getCurrentPreTaxAmount()

No description

setCurrentTaxAmount(Price $currentTaxAmount)

No description

getCurrentTaxAmount()

No description

setExternalTransactionId($externalTransactionId)

No description

string
getExternalTransactionId()

No description

setOneTimeTransaction(OneTimeExternalTransaction $oneTimeTransaction)

No description

setOriginalPreTaxAmount(Price $originalPreTaxAmount)

No description

getOriginalPreTaxAmount()

No description

setOriginalTaxAmount(Price $originalTaxAmount)

No description

getOriginalTaxAmount()

No description

setPackageName($packageName)

No description

string
getPackageName()

No description

setRecurringTransaction(RecurringExternalTransaction $recurringTransaction)

No description

setTestPurchase(ExternalTransactionTestPurchase $testPurchase)

No description

setTransactionProgramCode($transactionProgramCode)

No description

int
getTransactionProgramCode()

No description

setTransactionState($transactionState)

No description

string
getTransactionState()

No description

setTransactionTime($transactionTime)

No description

string
getTransactionTime()

No description

setUserTaxAddress(ExternalTransactionAddress $userTaxAddress)

No description

Details

setCreateTime($createTime)

No description

Parameters

$createTime

string getCreateTime()

No description

Return Value

string

setCurrentPreTaxAmount(Price $currentPreTaxAmount)

No description

Parameters

Price $currentPreTaxAmount

Price getCurrentPreTaxAmount()

No description

Return Value

Price

setCurrentTaxAmount(Price $currentTaxAmount)

No description

Parameters

Price $currentTaxAmount

Price getCurrentTaxAmount()

No description

Return Value

Price

setExternalTransactionId($externalTransactionId)

No description

Parameters

$externalTransactionId

string getExternalTransactionId()

No description

Return Value

string

setOneTimeTransaction(OneTimeExternalTransaction $oneTimeTransaction)

No description

Parameters

OneTimeExternalTransaction $oneTimeTransaction

OneTimeExternalTransaction getOneTimeTransaction()

No description

setOriginalPreTaxAmount(Price $originalPreTaxAmount)

No description

Parameters

Price $originalPreTaxAmount

Price getOriginalPreTaxAmount()

No description

Return Value

Price

setOriginalTaxAmount(Price $originalTaxAmount)

No description

Parameters

Price $originalTaxAmount

Price getOriginalTaxAmount()

No description

Return Value

Price

setPackageName($packageName)

No description

Parameters

$packageName

string getPackageName()

No description

Return Value

string

setRecurringTransaction(RecurringExternalTransaction $recurringTransaction)

No description

Parameters

RecurringExternalTransaction $recurringTransaction

RecurringExternalTransaction getRecurringTransaction()

No description

setTestPurchase(ExternalTransactionTestPurchase $testPurchase)

No description

Parameters

ExternalTransactionTestPurchase $testPurchase

ExternalTransactionTestPurchase getTestPurchase()

No description

setTransactionProgramCode($transactionProgramCode)

No description

Parameters

$transactionProgramCode

int getTransactionProgramCode()

No description

Return Value

int

setTransactionState($transactionState)

No description

Parameters

$transactionState

string getTransactionState()

No description

Return Value

string

setTransactionTime($transactionTime)

No description

Parameters

$transactionTime

string getTransactionTime()

No description

Return Value

string

setUserTaxAddress(ExternalTransactionAddress $userTaxAddress)

No description

Parameters

ExternalTransactionAddress $userTaxAddress

ExternalTransactionAddress getUserTaxAddress()

No description