interface CardRequest {
    cardPin?: string;
    currency: string;
    deliveryAddress?: DeliveryAddress;
    eDisclosureAccepted?: boolean;
    externalId?: string;
    mobile?: string;
    programName: string;
    termsAndConditionsAccepted?: boolean;
}

Properties

cardPin?: string
currency: string
deliveryAddress?: DeliveryAddress
eDisclosureAccepted?: boolean
externalId?: string
mobile?: string
programName: string
termsAndConditionsAccepted?: boolean

Generated using TypeDoc