_4215

Enum _4215 

Source
pub enum _4215 {
Show 29 variants A, AA, AB, AC, AD, CA, CC, CF, DF, FO, IC, MX, NC, NS, PA, PB, PC, PE, PO, PP, PU, RC, RF, RS, TP, WC, WD, WE, ZZZ,
}
Expand description

Transport charges payment method code

Code specifying the payment method for transport charges.

Variants§

§

A

Account

The charges are to be charged to an account.

§

AA

Cash on delivery service charge paid by consignor

An indication that the consignor is responsible for the payment of the cash on delivery service charge.

§

AB

Cash on delivery service charge paid by consignee

An indication that the consignee is responsible for the payment of the cash on delivery service charge.

§

AC

Insurance costs paid by consignor

An indication that the consignor is responsible for the payment of the insurance costs.

§

AD

Insurance costs paid by consignee

An indication that the consignee is responsible for the payment of the insurance costs.

§

CA

Advance collect

The amount of freight or other charge on a shipment advanced by one transportation line to another or to the shipper, to be collected from consignee.

§

CC

Collect

A shipment on which freight charges will be paid by consignee.

§

CF

Collect, freight credited to payment customer

The freight is collect but has been paid by the shipper and will be credited to that party.

§

DF

Defined by buyer and seller

§

FO

FOB port of call

Title and control of goods pass to the buyer at port of call. Responsibility for export taxes and cost of documents for overseas shipments have not been specified.

§

IC

Information copy, no payment due

Transaction set has been provided for information only.

§

MX

Mixed

The consignment is partially collect and partially prepaid.

§

NC

Service freight, no charge

The consignment is shipped on a service basis and there is no freight charge.

§

NS

Not specified

§

PA

Advance prepaid

Costs have been paid in advance.

§

PB

Customer pick-up/backhaul

Buyer’s private carriage picks up the goods as a return load to the buyer’s facility.

§

PC

Prepaid but charged to customer

shipping charges have been paid in advance of shipment but are charged back to consignee usually as line item on invoice for the purchased goods.

§

PE

Payable elsewhere

Place of payment not known at the begin of conveyance.

§

PO

Prepaid only

Payment in advance of freight and/or other charges prior to delivery of shipment at destination, usually by shipper at point of origin.

§

PP

Prepaid (by seller)

Seller of goods makes payment to carrier for freight charges prior to shipment.

§

PU

Pickup

Customer is responsible for payment of pickup charges at shipping point.

§

RC

Return container freight paid by customer

The freight for returning the container is paid by the customer.

§

RF

Return container freight free

There is no freight charge for returning the container.

§

RS

Return container freight paid by supplier

The freight charge for returning the container is paid by the supplier.

§

TP

Third party pay

A third party, someone other than buyer or seller, is identified as responsible for payment of shipping charges.

§

WC

Weight condition

Description to be provided.

§

WD

Paid by supplier

Transport charges will be paid by the supplier.

§

WE

Paid by buyer

Transport charges will be paid by the buyer.

§

ZZZ

Mutually defined

Trait Implementations§

Source§

impl Clone for _4215

Source§

fn clone(&self) -> _4215

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _4215

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for _4215

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for _4215

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl FromStr for _4215

Source§

type Err = ParseError

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<_4215, <Self as FromStr>::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Serialize for _4215

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<&str> for _4215

Source§

type Error = ParseError

The type returned in the event of a conversion error.
Source§

fn try_from(s: &str) -> Result<_4215, <Self as TryFrom<&str>>::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for _4215

§

impl RefUnwindSafe for _4215

§

impl Send for _4215

§

impl Sync for _4215

§

impl Unpin for _4215

§

impl UnwindSafe for _4215

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,