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