@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
18 lines (17 loc) • 572 B
TypeScript
import { IbanAccountIdentification } from "./ibanAccountIdentification";
/**
* @type PaymentInstrumentAdditionalBankAccountIdentificationsInner
* Type
* @export
*/
export type PaymentInstrumentAdditionalBankAccountIdentificationsInner = IbanAccountIdentification;
/**
* @type PaymentInstrumentAdditionalBankAccountIdentificationsInnerClass
* @export
*/
export declare class PaymentInstrumentAdditionalBankAccountIdentificationsInnerClass {
static readonly discriminator: string;
static readonly mapping: {
[index: string]: string;
} | undefined;
}