@webshop/root - v1.0.0
    Preparing search index...
    type PaymentAddress = {
        city: string;
        countryCode: string;
        countryName: string;
        name: string;
        phoneNumber: string;
        streetNameAndHouseNumber: string;
        zipCode: string;
    }
    Index

    Properties

    city: string
    countryCode: string
    countryName: string
    name: string
    phoneNumber: string
    streetNameAndHouseNumber: string
    zipCode: string