class PayInPaymentDetailsPayByBank extends Dto implements PayInPaymentDetails (View source)

Class represents PayByBank type for mean of payment in PayByBank entity

Properties

string $StatementDescriptor

Custom description to appear on the user’s bank statement along with the platform name.

string $Country

The country of residence of the user.

string $BIC

The BIC of the user’s bank account, which is only returned if it was sent.

string $IBAN

The IBAN of the user’s bank account, which is only returned if it was sent.

string $PaymentFlow

The platform environment of the post-payment flow.

string $BankName

Name of the end-user’s bank

string $Scheme

The scheme to use to process the payment. Note that some banks may charge additional fees to the user for instant payment schemes.

string $ProcessingStatus

Parameter that is only returned once the bank wire has been successfully authenticated and initiated by the user but has not yet been received by Mangopay. When the funds are received, the Status changes from CREATED to SUCCEEDED and the ProcessingStatus is no longer returned.

Methods

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

from  Dto

Details

array GetSubObjects()

Get array with mapping which property is object and what type of object.

To be overridden in child class if has any sub objects.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

Return Value

array