File

src/app/interfaces/payment-information.ts

Description

Payment information interface

Index

Properties

Properties

accountOwner
accountOwner: string
Type : string

Account owner

bic
bic: string
Type : string

BIC

iban
iban: string
Type : string

IBAN

export interface PaymentInformation {
  /** Account owner */
  accountOwner: string;
  /** BIC */
  bic: string;
  /** IBAN */
  iban: string;
}

results matching ""

    No results matching ""