Skip to content

Commit e1c4a6d

Browse files
committed
chore: export invoices_shipping_cost
1 parent 307e3df commit e1c4a6d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/resources.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ pub use {
192192
invoice_payment_method_options_customer_balance::*,
193193
invoice_payment_method_options_us_bank_account::*,
194194
invoiceitem::*,
195+
invoices_shipping_cost::*,
195196
line_item::*,
196197
plan::*,
197198
plan::PlanInterval,

src/resources/generated.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ pub mod billing {
7777
pub mod invoice_payment_method_options_konbini;
7878
pub mod invoice_payment_method_options_us_bank_account;
7979
pub mod invoiceitem;
80+
pub mod invoices_shipping_cost;
8081
pub mod line_item;
8182
pub mod plan;
8283
pub mod promotion_code;

src/resources/generated/invoices_shipping_cost.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// This file was automatically generated.
33
// ======================================
44

5-
use crate::params::{Expandable};
6-
use crate::resources::{ShippingRate, TaxRate};
75
use serde::{Deserialize, Serialize};
86

7+
use crate::params::Expandable;
8+
use crate::resources::{ShippingRate, TaxRate};
9+
910
/// The resource representing a Stripe "InvoicesShippingCost".
1011
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
1112
pub struct InvoicesShippingCost {
12-
1313
/// Total shipping cost before any taxes are applied.
1414
pub amount_subtotal: i64,
1515

@@ -31,7 +31,6 @@ pub struct InvoicesShippingCost {
3131

3232
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
3333
pub struct LineItemsTaxAmount {
34-
3534
/// Amount of tax applied for this rate.
3635
pub amount: i64,
3736

0 commit comments

Comments
 (0)