RemittanceValidation

public struct RemittanceValidation : Codable

Remittance transaction validation model.

  • The error code of the error that occured.

    Declaration

    Swift

    public let errorCode: String?
  • The error description of the error that occured.

    Declaration

    Swift

    public let errorDescription: String?