MollieAPI.Model.VerificationOfPayeeResponse (mollie_api v0.1.0-20260428)

View Source

The Verification of Payee response object. Contains the result of verifying the creditor's account holder name against the records held by the receiving bank.

Summary

Types

t()

@type t() :: %MollieAPI.Model.VerificationOfPayeeResponse{
  createdAt: String.t(),
  creditorBankAccount: MollieAPI.Model.CreditorBankAccountResponse.t(),
  mode: MollieAPI.Model.Mode.t(),
  resource: String.t(),
  verificationResult:
    MollieAPI.Model.VerificationOfPayeeResponseVerificationResult.t()
}

Functions

decode(value)