@webshop/root - v1.0.0
    Preparing search index...

    Type Alias PaymentInformation

    type PaymentInformation = {
        customer_idCustomer?: number;
        idPaymentInformation?: number;
        legalFirstName: string;
        legalLastName: string;
        phoneNumber: string;
    }
    Index

    Properties

    customer_idCustomer?: number
    idPaymentInformation?: number
    legalFirstName: string
    legalLastName: string
    phoneNumber: string