Logidav Docs

Refund
in package

Refund

Tags
ORM\Table

(name="mz_refund")

ORM\Entity

(repositoryClass="AppBundle\Repository\RefundRepository")

Serializer\ExclusionPolicy

("all")

Table of Contents

Properties

$adminapplicant  : string
$amount  : float
$autorisation  : DateTime
$calledAt  : DateTime
$calledBy  : mixed
$calledStatus  : string
$calledStatusReason  : string
$codecoupon  : string
$createdAt  : Date
$customer  : string
$dateLimit  : DateTime
$file  : string
$id  : int
$incrementId  : int
$information  : string
$isAlert  : bool
$isCalled  : bool
$isLigneColor  : int
$manualResolveMessage  : string
$methodpayment  : string
$pattern  : string
$recallAt  : DateTime
$refundrequest  : string
$returncode  : string
$returndata  : string
$returnlongmessage  : string
$returnshortmessage  : string
$returntransactionid  : string
$sale  : mixed
$sendSms  : string
$status  : string
$transaction  : string
$type  : string
$user  : mixed

Methods

getAcceptedFinalActions()  : array<string|int, string>
getAdminApplicant()  : string
Get adminApplicant
getAmount()  : float
Get amount
getAutorisation()  : int
Get autorisation
getCalledAt()  : DateTime
Get calledAt
getCalledBy()  : User
Get calledBy
getCalledStatus()  : string
Get calledStatus
getCalledStatusReason()  : string
Get calledStatusReason
getCodecoupon()  : string
Get codecoupon
getCreatedAt()  : DateTime
Get createdAt
getCustomer()  : string
Get customer
getDateLimit()  : DateTime
getFile()  : string
Get file
getId()  : int
Get id
getIncrementId()  : int
Get incrementId
getInformation()  : string
Get information
getIsCalled()  : bool
Get isCalled
getIsLigneColor()  : int
Get isLigneColor
getListPattern()  : mixed
getListType()  : mixed
getManualResolveMessage()  : string
getMethodPayment()  : string
Get methodPayment
getPattern()  : string
Get pattern
getRecallAt()  : DateTime
Get recallAt
getRefundRequest()  : string
Get refundRequest
getReturnCode()  : string
Get returnCode
getReturnData()  : string
Get returnData
getReturnLongmessage()  : string
Get returnLongmessage
getReturnShortmessage()  : string
Get returnShortmessage
getReturnTransactionid()  : string
Get returnTransactionid
getSale()  : Sale|mixed|null
getSendSms()  : string
Get sendSms
getStatus()  : string
Get status
getStatusColor()  : mixed
getStatusLabel()  : mixed
getTransaction()  : string
Get transaction
getType()  : string
Get type
getUser()  : User
Get user
isAlert()  : bool
setAdminApplicant()  : Refund
Set adminApplicant
setAmount()  : Refund
Set amount
setAutorisation()  : Refund
Set autorisation
setCalledAt()  : Refund
Set calledAt
setCalledBy()  : Refund
Set calledBy
setCalledStatus()  : Refund
Set calledStatus
setCalledStatusReason()  : Refund
Set calledStatusReason
setCodecoupon()  : Refund
Set codecoupon
setCreatedAt()  : Refund
Set createdAt
setCustomer()  : Refund
Set customer
setDateLimit()  : void
setFile()  : Refund
Set file
setIncrementId()  : Refund
Set incrementId
setInformation()  : Refund
Set information
setIsAlert()  : void
setIsCalled()  : Refund
Set isCalled
setIsLigneColor()  : Refund
Set isLigneColor
setManualResolveMessage()  : void
setMethodPayment()  : Refund
Set methodPayment
setPattern()  : Refund
Set pattern
setRecallAt()  : Refund
Set recallAt
setRefundRequest()  : Refund
Set refundRequest
setReturnCode()  : Refund
Set returnCode
setReturnData()  : Refund
Set returnData
setReturnLongmessage()  : Refund
Set returnLongmessage
setReturnShortmessage()  : Refund
Set returnShortmessage
setReturnTransactionid()  : Refund
Set returnTransactionid
setSale()  : void
setSendSms()  : Refund
Set sendSms
setStatus()  : Refund
Set status 1 → Rembourcement complete 2 → commande invalide 3 → commande invalide 4 → Commande introuvable
setTransaction()  : Refund
Set transaction
setType()  : Refund
Set type
setUser()  : Refund
Set user

Properties

$adminapplicant

private string $adminapplicant
Tags
ORM\Column

(name="admin_applicant", type="string", length=50 , nullable=true)

$amount

private float $amount
Tags
ORM\Column

(name="amount", type="float", nullable=true, options={"default" = 0})

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$autorisation

private DateTime $autorisation
Tags
ORM\Column

(name="autorisation", type="integer", nullable=true, options={"default" : 0})

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$calledAt

private DateTime $calledAt
Tags
ORM\Column

(name="called_at", type="datetime", nullable=true)

$calledBy

private mixed $calledBy
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

$calledStatus

private string $calledStatus
Tags
ORM\Column

(name="called_status", type="string", length=255, nullable=true)

$calledStatusReason

private string $calledStatusReason
Tags
ORM\Column

(name="called_status_reason", type="string", length=255, nullable=true)

$codecoupon

private string $codecoupon
Tags
ORM\Column

(name="code_coupon", type="string", length=255 , nullable=true)

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$createdAt

private Date $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$customer

private string $customer
Tags
ORM\Column

(name="customer", type="string", length=50 , nullable=true)

$dateLimit

private DateTime $dateLimit
Tags
ORM\Column

(name="date_limit", type="datetime", nullable=true)

$file

private string $file
Tags
ORM\Column

(name="file", type="string", length=255 , nullable=true)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$incrementId

private int $incrementId
Tags
ORM\Column

(name="increment_id", type="string", length=255 , nullable=true)

$information

private string $information
Tags
ORM\Column

(name="information", type="string", length=255 , nullable=true)

$isAlert

private bool $isAlert = 0
Tags
ORM\Column

(name="is_alert", type="boolean", nullable=true, options={"default" : 0})

$isCalled

private bool $isCalled
Tags
ORM\Column

(name="is_called", type="boolean", nullable=true, options={"default" : 0})

$isLigneColor

private int $isLigneColor
Tags
ORM\Column

(name="is_ligne_color", type="integer", nullable=true, options={"default" : 0})

$manualResolveMessage

private string $manualResolveMessage
Tags
ORM\Column

(name="manual_resolve_message", type="string", length=255 , nullable=true)

$methodpayment

private string $methodpayment
Tags
ORM\Column

(name="method_payment", type="string", length=255 , nullable=true)

$pattern

private string $pattern
Tags
ORM\Column

(name="pattern", type="string", length=255 , nullable=true)

$recallAt

private DateTime $recallAt
Tags
ORM\Column

(name="recall_at", type="datetime", nullable=true)

$refundrequest

private string $refundrequest
Tags
ORM\Column

(name="refund_request", type="string", length=255 , nullable=true)

$returncode

private string $returncode
Tags
ORM\Column

(name="return_code", type="string", length=255 , nullable=true)

$returndata

private string $returndata
Tags
ORM\Column

(name="return_data", type="text", nullable=true)

$returnlongmessage

private string $returnlongmessage
Tags
ORM\Column

(name="return_longmessage", type="string", length=255 , nullable=true)

$returnshortmessage

private string $returnshortmessage
Tags
ORM\Column

(name="return_shortmessage", type="string", length=255 , nullable=true)

$returntransactionid

private string $returntransactionid
Tags
ORM\Column

(name="return_transactionid", type="string", length=255 , nullable=true)

$sale

private mixed $sale
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Sale")

ORM\JoinColumn

(nullable=true)

$sendSms

private string $sendSms
Tags
ORM\Column

(name="send_sms", type="text", nullable=true)

$status

private string $status
Tags
ORM\Column

(name="status", type="string", length=255)

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$transaction

private string $transaction
Tags
ORM\Column

(name="transaction", type="string", length=255 , nullable=true)

$type

private string $type
Tags
ORM\Column

(name="type", type="string", length=255 , nullable=true)

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

ORM\JoinColumn

(nullable=false)

Methods

getAcceptedFinalActions()

public static getAcceptedFinalActions() : array<string|int, string>
Return values
array<string|int, string>

getAdminApplicant()

Get adminApplicant

public getAdminApplicant() : string
Return values
string

getAmount()

Get amount

public getAmount() : float
Return values
float

getAutorisation()

Get autorisation

public getAutorisation() : int
Return values
int

getCalledAt()

Get calledAt

public getCalledAt() : DateTime
Return values
DateTime

getCalledBy()

Get calledBy

public getCalledBy() : User
Return values
User

getCalledStatus()

Get calledStatus

public getCalledStatus() : string
Return values
string

getCalledStatusReason()

Get calledStatusReason

public getCalledStatusReason() : string
Return values
string

getCodecoupon()

Get codecoupon

public getCodecoupon() : string
Return values
string

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getCustomer()

Get customer

public getCustomer() : string
Return values
string

getDateLimit()

public getDateLimit() : DateTime
Return values
DateTime

getFile()

Get file

public getFile() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getIncrementId()

Get incrementId

public getIncrementId() : int
Return values
int

getInformation()

Get information

public getInformation() : string
Return values
string

getIsCalled()

Get isCalled

public getIsCalled() : bool
Return values
bool

getIsLigneColor()

Get isLigneColor

public getIsLigneColor() : int
Return values
int

getListPattern()

public static getListPattern([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getListType()

public static getListType([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getManualResolveMessage()

public getManualResolveMessage() : string
Return values
string

getMethodPayment()

Get methodPayment

public getMethodPayment() : string
Return values
string

getPattern()

Get pattern

public getPattern() : string
Return values
string

getRecallAt()

Get recallAt

public getRecallAt() : DateTime
Return values
DateTime

getRefundRequest()

Get refundRequest

public getRefundRequest() : string
Return values
string

getReturnCode()

Get returnCode

public getReturnCode() : string
Return values
string

getReturnData()

Get returnData

public getReturnData() : string
Return values
string

getReturnLongmessage()

Get returnLongmessage

public getReturnLongmessage() : string
Return values
string

getReturnShortmessage()

Get returnShortmessage

public getReturnShortmessage() : string
Return values
string

getReturnTransactionid()

Get returnTransactionid

public getReturnTransactionid() : string
Return values
string

getSale()

public getSale() : Sale|mixed|null
Return values
Sale|mixed|null

getSendSms()

Get sendSms

public getSendSms() : string
Return values
string

getStatus()

Get status

public getStatus() : string
Return values
string

getStatusColor()

public static getStatusColor([mixed $id = null ]) : mixed
Parameters
$id : mixed = null

getStatusLabel()

public static getStatusLabel([mixed $id = null ]) : mixed
Parameters
$id : mixed = null

getTransaction()

Get transaction

public getTransaction() : string
Return values
string

getType()

Get type

public getType() : string
Return values
string

isAlert()

public isAlert() : bool
Return values
bool

setAdminApplicant()

Set adminApplicant

public setAdminApplicant(string $adminApplicant) : Refund
Parameters
$adminApplicant : string
Return values
Refund

setAmount()

Set amount

public setAmount(float $amount) : Refund
Parameters
$amount : float
Return values
Refund

setAutorisation()

Set autorisation

public setAutorisation(int $autorisation) : Refund
Parameters
$autorisation : int
Return values
Refund

setCalledAt()

Set calledAt

public setCalledAt(DateTime $calledAt) : Refund
Parameters
$calledAt : DateTime
Return values
Refund

setCalledBy()

Set calledBy

public setCalledBy([User $calledBy = null ]) : Refund
Parameters
$calledBy : User = null
Return values
Refund

setCalledStatus()

Set calledStatus

public setCalledStatus(string $calledStatus) : Refund
Parameters
$calledStatus : string
Return values
Refund

setCalledStatusReason()

Set calledStatusReason

public setCalledStatusReason(string $calledStatusReason) : Refund
Parameters
$calledStatusReason : string
Return values
Refund

setCodecoupon()

Set codecoupon

public setCodecoupon(string $codecoupon) : Refund
Parameters
$codecoupon : string
Return values
Refund

setCreatedAt()

Set createdAt

public setCreatedAt(DateTime $createdAt) : Refund
Parameters
$createdAt : DateTime
Return values
Refund

setCustomer()

Set customer

public setCustomer(string $customer) : Refund
Parameters
$customer : string
Return values
Refund

setDateLimit()

public setDateLimit(DateTime $dateLimit) : void
Parameters
$dateLimit : DateTime

setFile()

Set file

public setFile(string $file) : Refund
Parameters
$file : string
Return values
Refund

setIncrementId()

Set incrementId

public setIncrementId(int $incrementId) : Refund
Parameters
$incrementId : int
Return values
Refund

setInformation()

Set information

public setInformation(string $information) : Refund
Parameters
$information : string
Return values
Refund

setIsAlert()

public setIsAlert(bool $isAlert) : void
Parameters
$isAlert : bool

setIsCalled()

Set isCalled

public setIsCalled(bool $isCalled) : Refund
Parameters
$isCalled : bool
Return values
Refund

setIsLigneColor()

Set isLigneColor

public setIsLigneColor(int $isLigneColor) : Refund
Parameters
$isLigneColor : int
Return values
Refund

setManualResolveMessage()

public setManualResolveMessage(string|null $manualResolveMessage) : void
Parameters
$manualResolveMessage : string|null

setMethodPayment()

Set methodPayment

public setMethodPayment(string $methodPayment) : Refund
Parameters
$methodPayment : string
Return values
Refund

setPattern()

Set pattern

public setPattern(string $pattern) : Refund
Parameters
$pattern : string
Return values
Refund

setRecallAt()

Set recallAt

public setRecallAt(DateTime $recallAt) : Refund
Parameters
$recallAt : DateTime
Return values
Refund

setRefundRequest()

Set refundRequest

public setRefundRequest(string $refundRequest) : Refund
Parameters
$refundRequest : string
Return values
Refund

setReturnCode()

Set returnCode

public setReturnCode(string $returnCode) : Refund
Parameters
$returnCode : string
Return values
Refund

setReturnData()

Set returnData

public setReturnData(string $returnData) : Refund
Parameters
$returnData : string
Return values
Refund

setReturnLongmessage()

Set returnLongmessage

public setReturnLongmessage(string $returnLongmessage) : Refund
Parameters
$returnLongmessage : string
Return values
Refund

setReturnShortmessage()

Set returnShortmessage

public setReturnShortmessage(string $returnShortmessage) : Refund
Parameters
$returnShortmessage : string
Return values
Refund

setReturnTransactionid()

Set returnTransactionid

public setReturnTransactionid(string $returnTransactionid) : Refund
Parameters
$returnTransactionid : string
Return values
Refund

setSale()

public setSale(mixed $sale) : void
Parameters
$sale : mixed

setSendSms()

Set sendSms

public setSendSms(string $sendSms) : Refund
Parameters
$sendSms : string
Return values
Refund

setStatus()

Set status 1 → Rembourcement complete 2 → commande invalide 3 → commande invalide 4 → Commande introuvable

public setStatus(string $status) : Refund
Parameters
$status : string
Return values
Refund

setTransaction()

Set transaction

public setTransaction(string $transaction) : Refund
Parameters
$transaction : string
Return values
Refund

setType()

Set type

public setType(string $type) : Refund
Parameters
$type : string
Return values
Refund

        
On this page

Search results