PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-booking
/
payment-gateway
/
MangoPay
<?php namespace MangoPay; /** * Event types */ class EventType { const KycCreated = "KYC_CREATED"; const KycSucceeded = "KYC_SUCCEEDED"; const KycFailed = "KYC_FAILED"; const KycValidationAsked = "KYC_VALIDATION_ASKED"; const PayinNormalCreated = "PAYIN_NORMAL_CREATED"; const PayinNormalSucceeded = "PAYIN_NORMAL_SUCCEEDED"; const PayinNormalFailed = "PAYIN_NORMAL_FAILED"; const PayoutNormalCreated = "PAYOUT_NORMAL_CREATED"; const PayoutNormalSucceeded = "PAYOUT_NORMAL_SUCCEEDED"; const PayoutNormalFailed = "PAYOUT_NORMAL_FAILED"; const TransferNormalCreated = "TRANSFER_NORMAL_CREATED"; const TransferNormalSucceeded = "TRANSFER_NORMAL_SUCCEEDED"; const TransferNormalFailed = "TRANSFER_NORMAL_FAILED"; const PayinRefundCreated = "PAYIN_REFUND_CREATED"; const PayinRefundSucceeded = "PAYIN_REFUND_SUCCEEDED"; const PayinRefundFailed = "PAYIN_REFUND_FAILED"; const PayoutRefundCreated = "PAYOUT_REFUND_CREATED"; const PayoutRefundSucceeded = "PAYOUT_REFUND_SUCCEEDED"; const PayoutRefundFailed = "PAYOUT_REFUND_FAILED"; const TransferRefundCreated = "TRANSFER_REFUND_CREATED"; const TransferRefundSucceeded = "TRANSFER_REFUND_SUCCEEDED"; const TransferRefundFailed = "TRANSFER_REFUND_FAILED"; const PayinRepudiationCreated = "PAYIN_REPUDIATION_CREATED"; const PayinRepudiationSucceeded = "PAYIN_REPUDIATION_SUCCEEDED"; const PayinRepudiationFailed = "PAYIN_REPUDIATION_FAILED"; const DisputeDocumentCreated = "DISPUTE_DOCUMENT_CREATED"; const DisputeDocumentValidationAsked = "DISPUTE_DOCUMENT_VALIDATION_ASKED"; const DisputeDocumentSucceeded = "DISPUTE_DOCUMENT_SUCCEEDED"; const DisputeDocumentFailed = "DISPUTE_DOCUMENT_FAILED"; const DisputeCreated = "DISPUTE_CREATED"; const DisputeSubmitted = "DISPUTE_SUBMITTED"; const DisputeActionRequired = "DISPUTE_ACTION_REQUIRED"; const DisputeFurtherActionRequired = "DISPUTE_FURTHER_ACTION_REQUIRED"; const DisputeClosed = "DISPUTE_CLOSED"; const DisputeSentToBank = "DISPUTE_SENT_TO_BANK"; const TransferSettlementCreated = "TRANSFER_SETTLEMENT_CREATED"; const TransferSettlementSucceeded = "TRANSFER_SETTLEMENT_SUCCEEDED"; const TransferSettlementFailed = "TRANSFER_SETTLEMENT_FAILED"; const MandateCreated = "MANDATE_CREATED"; const MandatedFailed = "MANDATE_FAILED"; const MandateActivated = "MANDATE_ACTIVATED"; const MandateSubmitted = "MANDATE_SUBMITTED"; const PreAuthorizationPaymentWaiting = "PREAUTHORIZATION_PAYMENT_WAITING"; const PreAuthorizationPaymentExpired = "PREAUTHORIZATION_PAYMENT_EXPIRED"; const PreAuthorizationPaymentCanceled = "PREAUTHORIZATION_PAYMENT_CANCELED"; const PreAuthorizationPaymentValidated = "PREAUTHORIZATION_PAYMENT_VALIDATED"; }
[+]
..
[-] ApiBankingAliases.php
[edit]
[-] ClientLogoUpload.php
[edit]
[-] UboDeclarationRefusedReasonType.php
[edit]
[-] FilterDisputes.php
[edit]
[-] PayInPaymentDetailsBankWire.php
[edit]
[-] BusinessType.php
[edit]
[-] ApiCards.php
[edit]
[-] DisputeDocumentPage.php
[edit]
[-] Refund.php
[edit]
[-] Pagination.php
[edit]
[-] ApiTransfers.php
[edit]
[-] PayInExecutionDetailsExternalInstruction.php
[edit]
[-] ApiResponses.php
[edit]
[-] DocumentPageConsult.php
[edit]
[-] ApiCardRegistrations.php
[edit]
[-] PlatformCategorization.php
[edit]
[-] AVSResult.php
[edit]
[-] Event.php
[edit]
[-] ApiBankAccounts.php
[edit]
[-] PayInTemplateURLOptions.php
[edit]
[-] ApiWallets.php
[edit]
[-] ApiPayIns.php
[edit]
[-] PayOutStatus.php
[edit]
[-] Wallet.php
[edit]
[-] PayInExecutionType.php
[edit]
[-] User.php
[edit]
[-] ApiDisputeDocuments.php
[edit]
[-] PayInPaymentDetailsCard.php
[edit]
[-] Card.php
[edit]
[-] PayInExecutionDetailsWeb.php
[edit]
[-] PayInPaymentDetailsDirectDebit.php
[edit]
[-] FilterPreAuthorizations.php
[edit]
[-] PayInExecutionDetails.php
[edit]
[-] Money.php
[edit]
[-] KeyValueArray.php
[edit]
[-] Repudiation.php
[edit]
[-] ApiRefunds.php
[edit]
[-] BankAccountDetailsCA.php
[edit]
[-] PayInPaymentDetailsPaypal.php
[edit]
[-] PayOutPaymentType.php
[edit]
[-] Hook.php
[edit]
[-] NaturalUserCapacity.php
[edit]
[-] Mandate.php
[edit]
[-] CardPreAuthorizationStatus.php
[edit]
[-] ReportType.php
[edit]
[-] DeclaredUboStatus.php
[edit]
[-] ApiUboDeclarations.php
[edit]
[-] PayInPaymentDetailsPreAuthorized.php
[edit]
[-] BankAccountDetails.php
[edit]
[-] ApiReports.php
[edit]
[-] Client.php
[edit]
[-] PayOutPaymentDetails.php
[edit]
[-] ApiCardPreAuthorizations.php
[edit]
[-] ApiHooks.php
[edit]
[-] MangoPayApi.php
[edit]
[-] BankingAlias.php
[edit]
[-] Transfer.php
[edit]
[+]
Libraries
[-] Sector.php
[edit]
[+]
Psr
[-] SecurityInfo.php
[edit]
[-] ShippingAddress.php
[edit]
[-] ApiDisputes.php
[edit]
[-] Address.php
[edit]
[-] RefundReasonDetails.php
[edit]
[-] ApiMandates.php
[edit]
[-] BankingAliasIBAN.php
[edit]
[-] FilterBase.php
[edit]
[-] FundsType.php
[edit]
[-] FilterRefunds.php
[edit]
[-] EMoney.php
[edit]
[-] ReportRequest.php
[edit]
[-] DisputeReason.php
[edit]
[-] CardRegistration.php
[edit]
[-] DisputeReasonType.php
[edit]
[-] FilterReports.php
[edit]
[-] PayIn.php
[edit]
[-] FilterDisputeDocuments.php
[edit]
[-] Transaction.php
[edit]
[-] CardPreAuthorizationPaymentStatus.php
[edit]
[-] DebitedBankAccount.php
[edit]
[-] KycPage.php
[edit]
[-] DisputeStatus.php
[edit]
[-] EventType.php
[edit]
[-] Dispute.php
[edit]
[-] CardRegistrationStatus.php
[edit]
[-] PayInPaymentDetailsDirectDebitDirect.php
[edit]
[-] ApiUsers.php
[edit]
[-] DisputeDocumentType.php
[edit]
[-] PayInExecutionDetailsDirect.php
[edit]
[-] CardPreAuthorization.php
[edit]
[-] KycDocument.php
[edit]
[-] FilterTransactions.php
[edit]
[-] PayOut.php
[edit]
[-] CurrencyIso.php
[edit]
[-] BankAccountDetailsGB.php
[edit]
[-] Autoloader.php
[edit]
[-] FilterEvents.php
[edit]
[-] KycDocumentRefusedReasonType.php
[edit]
[-] LegalPersonType.php
[edit]
[-] PersonType.php
[edit]
[-] PayInWebExtendedView.php
[edit]
[-] Sorting.php
[edit]
[-] UboRefusedReasonType.php
[edit]
[-] SortDirection.php
[edit]
[-] DeclaredUbo.php
[edit]
[-] KycDocumentType.php
[edit]
[-] UboDeclaration.php
[edit]
[-] SettlementTransfer.php
[edit]
[-] ApiPayOuts.php
[edit]
[-] PayInStatus.php
[edit]
[-] CardValidity.php
[edit]
[-] PayInPaymentDetails.php
[edit]
[-] KycLevel.php
[edit]
[-] DisputeDocument.php
[edit]
[-] UboDeclarationStatus.php
[edit]
[-] ApiEvents.php
[edit]
[-] BankAccountDetailsUS.php
[edit]
[-] PayOutPaymentDetailsBankWire.php
[edit]
[-] Billing.php
[edit]
[-] autoload.php
[edit]
[-] ApiRepudiations.php
[edit]
[-] UserNatural.php
[edit]
[-] BankAccountDetailsOTHER.php
[edit]
[-] PayInPaymentType.php
[edit]
[-] BankingAliasType.php
[edit]
[-] UserLegal.php
[edit]
[-] DisputeDocumentStatus.php
[edit]
[-] FilterKycDocuments.php
[edit]
[-] DisputeType.php
[edit]
[-] ApiClients.php
[edit]
[-] Response.php
[edit]
[-] BankAccountDetailsIBAN.php
[edit]
[-] ApiKycDocuments.php
[edit]
[-] BankAccount.php
[edit]
[-] KycDocumentStatus.php
[edit]