@tax1driver/ts-przelewy24
    Preparing search index...

    Interface Shipping

    interface Shipping {
        address: string;
        city: string;
        country: string;
        type: ShippingType;
        zip: string;
    }
    Index

    Properties

    address: string

    Shipment address: street and number

    Shipping

    city: string

    Shipment city

    Shipping

    country: string

    Shipment country

    Shipping

    Type of shipment

    Shipping

    zip: string

    Shipment zip code

    Shipping