|
| 1 | +/* |
| 2 | + * The version of the OpenAPI document: v1 |
| 3 | + * |
| 4 | + * |
| 5 | + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
| 6 | + * https://openapi-generator.tech |
| 7 | + * Do not edit this class manually. |
| 8 | + */ |
| 9 | + |
| 10 | +import { ACHAccountIdentifier } from "./aCHAccountIdentifier"; |
| 11 | +import { BACSAccountIdentifier } from "./bACSAccountIdentifier"; |
| 12 | +import { BSBAccountIdentifier } from "./bSBAccountIdentifier"; |
| 13 | +import { EFTAccountIdentifier } from "./eFTAccountIdentifier"; |
| 14 | +import { IBANAccountIdentifier } from "./iBANAccountIdentifier"; |
| 15 | +import { RIXAccountIdentifier } from "./rIXAccountIdentifier"; |
| 16 | + |
| 17 | + |
| 18 | +export class AccountIdentifiers { |
| 19 | + "ach"?: ACHAccountIdentifier | null; |
| 20 | + "bacs"?: BACSAccountIdentifier | null; |
| 21 | + "bsb"?: BSBAccountIdentifier | null; |
| 22 | + "eft"?: EFTAccountIdentifier | null; |
| 23 | + "iban"?: IBANAccountIdentifier | null; |
| 24 | + "rix"?: RIXAccountIdentifier | null; |
| 25 | + |
| 26 | + static readonly discriminator: string | undefined = undefined; |
| 27 | + |
| 28 | + static readonly mapping: {[index: string]: string} | undefined = undefined; |
| 29 | + |
| 30 | + static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [ |
| 31 | + { |
| 32 | + "name": "ach", |
| 33 | + "baseName": "ach", |
| 34 | + "type": "ACHAccountIdentifier | null", |
| 35 | + "format": "" |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "bacs", |
| 39 | + "baseName": "bacs", |
| 40 | + "type": "BACSAccountIdentifier | null", |
| 41 | + "format": "" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "bsb", |
| 45 | + "baseName": "bsb", |
| 46 | + "type": "BSBAccountIdentifier | null", |
| 47 | + "format": "" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "eft", |
| 51 | + "baseName": "eft", |
| 52 | + "type": "EFTAccountIdentifier | null", |
| 53 | + "format": "" |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "iban", |
| 57 | + "baseName": "iban", |
| 58 | + "type": "IBANAccountIdentifier | null", |
| 59 | + "format": "" |
| 60 | + }, |
| 61 | + { |
| 62 | + "name": "rix", |
| 63 | + "baseName": "rix", |
| 64 | + "type": "RIXAccountIdentifier | null", |
| 65 | + "format": "" |
| 66 | + } ]; |
| 67 | + |
| 68 | + static getAttributeTypeMap() { |
| 69 | + return AccountIdentifiers.attributeTypeMap; |
| 70 | + } |
| 71 | + |
| 72 | + public constructor() { |
| 73 | + } |
| 74 | +} |
| 75 | + |
0 commit comments