Struct moneyforward_invoice_api::model::Billing [] [src]

pub struct Billing {
    pub id: String,
    pub partner_id: String,
    pub department_id: String,
    pub partner_name: String,
    pub partner_name_suffix: String,
    pub partner_detail: String,
    pub member_id: String,
    pub member_name: Option<String>,
    pub office_name: String,
    pub office_detail: String,
    pub title: Option<String>,
    pub excise_price: String,
    pub subtotal: String,
    pub memo: Option<String>,
    pub payment_condition: Option<String>,
    pub total_price: String,
    pub billing_date: NaiveDate,
    pub due_date: NaiveDate,
    pub sales_date: NaiveDate,
    pub created_at: DateTime<FixedOffset>,
    pub updated_at: DateTime<FixedOffset>,
    pub billing_number: String,
    pub note: Option<String>,
    pub document_name: String,
    pub tags: Vec<String>,
    pub status: Status,
    pub items: Vec<BillingItem>,
}

Fields

請求書ID e.g. "ABCDEFGHIJKLMNOPQRST123"

取引先ID e.g. "ABCDEFGHIJKLMNOPQRST789"

部門ID e.g. "ABCDEFGHIJKLMNOPQRST012",

取引先名 e.g. "サンプル取引先"

取引先敬称 e.g. "様"

取引先詳細 e.g. "hogehoge"

担当者ID e.g. "ABCDEFGHIJKLMNOPQRST345"

担当者名 e.g. "member_name"

事業所名 e.g. "サンプル事業所"

事業所詳細 e.g. ""

件名 e.g. "件名サンプル"

消費税 e.g. 80

小計額 e.g. 1000

メモ e.g. ""

支払条件 e.g. ""

合計額 e.g. 1080

請求日

支払い期日

売上日

作成日時 e.g. "2015/10/31T00:00:00.000+09:00"

更新日時 e.g. "2015/10/31T00:00:00.000+09:00"

請求番号 e.g. "1"

備考 e.g. ""

文書名 e.g. ""

タグ

状態

品目

Trait Implementations

impl Debug for Billing
[src]

[src]

Formats the value using the given formatter.

impl Clone for Billing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialOrd for Billing
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Billing
[src]

[src]

This method returns an Ordering between self and other. Read more

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the maximum of two values. Read more

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the minimum of two values. Read more

impl PartialEq for Billing
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Billing
[src]

impl Hash for Billing
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more