interface PaysafecardInstrument {
    ageRestriction?: number;
    consumerId?: string;
    countryRestriction: string;
    customerId?: string;
    id?: string;
    instrumentType: InstrumentType;
    kycLevelRestriction: KycLevelRestriction;
    status?: PaymentInstrumentStatus;
}

Hierarchy (view full)

Properties

ageRestriction?: number
consumerId?: string
countryRestriction: string
customerId?: string
id?: string
instrumentType: InstrumentType
kycLevelRestriction: KycLevelRestriction

Generated using TypeDoc