diff --git a/purplship/domain/entities/datatypes.py b/purplship/domain/entities/datatypes.py index 3b7cb5a9c0..c9e4d0eb2c 100644 --- a/purplship/domain/entities/datatypes.py +++ b/purplship/domain/entities/datatypes.py @@ -80,7 +80,6 @@ class shipment_options(NamedTuple): payment_country_code: str = None payment_account_number: str = None shipper_account_number: str = None - billing_account_number: str = None services: List[str] = [] customs: customs_type = None references: List[str] = []