class SimpleShipping::Party
Party
is a person or company who takes a part in shipment process. Party
is used to represent a shipper or a recipient.
Attributes¶ ↑
-
contact (instance of {SimpleShipping::Contact})
-
address (instance of {SimpleShipping::Address})
-
account_number (optional, but in some cases required)
If one of attributes is missed an appropriate exception will be raised when you build a request.
Attributes
account_number[RW]
address[RW]
contact[RW]