Property | Type | Description | |
---|---|---|---|
$dates | array | ||
$presenter | string |
Method | Description | |
---|---|---|
account ( ) : |
||
account_gateway ( ) : |
||
client ( ) : mixed | ||
contact ( ) : |
||
getBankDataAttribute ( ) : mixed | null | stdClass | string | ||
getBankNameAttribute ( $bank_name ) : null | ||
getCompletedAmount ( ) : mixed | ||
getEntityType ( ) : mixed | ||
getLast4Attribute ( $value ) : null | string | ||
getName ( ) : mixed | ||
getRoute ( ) : string | ||
invitation ( ) : |
||
invoice ( ) : mixed | ||
isCompleted ( ) : boolean | ||
isFailed ( ) : boolean | ||
isFailedOrVoided ( ) | ||
isPartiallyRefunded ( ) : boolean | ||
isPending ( ) : boolean | ||
isRefunded ( ) : boolean | ||
isVoided ( ) : boolean | ||
markComplete ( ) | ||
markFailed ( string $failureMessage = '' ) | ||
markVoided ( ) : boolean | ||
payment_method ( ) : |
||
payment_status ( ) : |
||
payment_type ( ) : |
||
recordRefund ( null $amount = null ) : boolean | ||
scopeExcludeFailed ( $query ) | * public function getAmount() { return Utils::formatMoney($this->amount, $this->client->getCurrencyId()); } | |
user ( ) : mixed |
public account ( ) : |
||
return |
public account_gateway ( ) : |
||
return |
public contact ( ) : |
||
return |
public getBankNameAttribute ( $bank_name ) : null | ||
$bank_name | ||
return | null |
public getLast4Attribute ( $value ) : null | string | ||
$value | ||
return | null | string |
public invitation ( ) : |
||
return |
public payment_method ( ) : |
||
return |
public payment_status ( ) : |
||
return |
public payment_type ( ) : |
||
return |
public recordRefund ( null $amount = null ) : boolean | ||
$amount | null | |
return | boolean |
public scopeExcludeFailed ( $query ) |