pub enum _4237 {
A,
B,
C,
P,
}Expand description
Payment arrangement code
Code specifying the arrangements for a payment.
Variants§
A
Payable elsewhere
Responsibility for payment of transport charges unknown at time of departure.
B
Third party to pay
A third party to pay the freight bill is known at the time of shipment.
C
Collect
Charges are (to be) collected from the consignee at the destination.
P
Prepaid
Charges are (to be) prepaid before the transport actually leaves.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _4237
impl<'de> Deserialize<'de> for _4237
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for _4237
impl RefUnwindSafe for _4237
impl Send for _4237
impl Sync for _4237
impl Unpin for _4237
impl UnwindSafe for _4237
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more