Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEGEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6bd90d0c763120698bef2e92514641c64e20980c
3ac0dc357d86c95bbba40ca9818f5eacf4d0a405
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2253
v2254
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ public class AccountSessionComponents : StripeEntity<AccountSessionComponents>
[STJS.JsonPropertyName("agentic_commerce_settings")]
public AccountSessionComponentsAgenticCommerceSettings AgenticCommerceSettings { get; set; }

[JsonProperty("balance_report")]
[STJS.JsonPropertyName("balance_report")]
public AccountSessionComponentsBalanceReport BalanceReport { get; set; }

[JsonProperty("balances")]
[STJS.JsonPropertyName("balances")]
public AccountSessionComponentsBalances Balances { get; set; }
Expand Down Expand Up @@ -134,6 +138,10 @@ public class AccountSessionComponents : StripeEntity<AccountSessionComponents>
[STJS.JsonPropertyName("payout_details")]
public AccountSessionComponentsPayoutDetails PayoutDetails { get; set; }

[JsonProperty("payout_reconciliation_report")]
[STJS.JsonPropertyName("payout_reconciliation_report")]
public AccountSessionComponentsPayoutReconciliationReport PayoutReconciliationReport { get; set; }

[JsonProperty("payouts")]
[STJS.JsonPropertyName("payouts")]
public AccountSessionComponentsPayouts Payouts { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
using STJS = System.Text.Json.Serialization;

[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class AccountSessionComponentsBalanceReport : StripeEntity<AccountSessionComponentsBalanceReport>
{
/// <summary>
/// Whether the embedded component is enabled.
/// </summary>
[JsonProperty("enabled")]
[STJS.JsonPropertyName("enabled")]
public bool Enabled { get; set; }

[JsonProperty("features")]
[STJS.JsonPropertyName("features")]
public AccountSessionComponentsBalanceReportFeatures Features { get; set; }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
using STJS = System.Text.Json.Serialization;

[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class AccountSessionComponentsBalanceReportFeatures : StripeEntity<AccountSessionComponentsBalanceReportFeatures>
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
using STJS = System.Text.Json.Serialization;

[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class AccountSessionComponentsPayoutReconciliationReport : StripeEntity<AccountSessionComponentsPayoutReconciliationReport>
{
/// <summary>
/// Whether the embedded component is enabled.
/// </summary>
[JsonProperty("enabled")]
[STJS.JsonPropertyName("enabled")]
public bool Enabled { get; set; }

[JsonProperty("features")]
[STJS.JsonPropertyName("features")]
public AccountSessionComponentsPayoutReconciliationReportFeatures Features { get; set; }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
using STJS = System.Text.Json.Serialization;

[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class AccountSessionComponentsPayoutReconciliationReportFeatures : StripeEntity<AccountSessionComponentsPayoutReconciliationReportFeatures>
{
}
}
18 changes: 18 additions & 0 deletions src/Stripe.net/Entities/Accounts/AccountCapabilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ public class AccountCapabilities : StripeEntity<AccountCapabilities>
[STJS.JsonPropertyName("amazon_pay_payments")]
public string AmazonPayPayments { get; set; }

/// <summary>
/// The status of the <c>app_distribution</c> capability of the account, or whether the
/// platform can distribute apps to other accounts.
/// One of: <c>active</c>, <c>inactive</c>, or <c>pending</c>.
/// </summary>
[JsonProperty("app_distribution")]
[STJS.JsonPropertyName("app_distribution")]
public string AppDistribution { get; set; }

/// <summary>
/// The status of the BECS Direct Debit (AU) payments capability of the account, or whether
/// the account can directly process BECS Direct Debit (AU) charges.
Expand Down Expand Up @@ -563,6 +572,15 @@ public class AccountCapabilities : StripeEntity<AccountCapabilities>
[STJS.JsonPropertyName("stripe_balance_payments")]
public string StripeBalancePayments { get; set; }

/// <summary>
/// The status of the Sunbit capability of the account, or whether the account can directly
/// process Sunbit payments.
/// One of: <c>active</c>, <c>inactive</c>, or <c>pending</c>.
/// </summary>
[JsonProperty("sunbit_payments")]
[STJS.JsonPropertyName("sunbit_payments")]
public string SunbitPayments { get; set; }

/// <summary>
/// The status of the Swish capability of the account, or whether the account can directly
/// process Swish payments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ public IBalanceTransactionSource Source
/// Transaction type: <c>adjustment</c>, <c>advance</c>, <c>advance_funding</c>,
/// <c>anticipation_repayment</c>, <c>application_fee</c>, <c>application_fee_refund</c>,
/// <c>charge</c>, <c>climate_order_purchase</c>, <c>climate_order_refund</c>,
/// <c>connect_collection_transfer</c>, <c>contribution</c>,
/// <c>issuing_authorization_hold</c>, <c>issuing_authorization_release</c>,
/// <c>issuing_dispute</c>, <c>issuing_transaction</c>, <c>obligation_outbound</c>,
/// <c>connect_collection_transfer</c>, <c>contribution</c>, <c>inbound_transfer</c>,
/// <c>inbound_transfer_reversal</c>, <c>issuing_authorization_hold</c>,
/// <c>issuing_authorization_release</c>, <c>issuing_dispute</c>,
/// <c>issuing_transaction</c>, <c>obligation_outbound</c>,
/// <c>obligation_reversal_inbound</c>, <c>payment</c>, <c>payment_failure_refund</c>,
/// <c>payment_network_reserve_hold</c>, <c>payment_network_reserve_release</c>,
/// <c>payment_refund</c>, <c>payment_reversal</c>, <c>payment_unreconciled</c>,
Expand All @@ -190,14 +191,16 @@ public IBalanceTransactionSource Source
/// <c>reserve_hold</c>, <c>reserve_release</c>, <c>stripe_fee</c>, <c>stripe_fx_fee</c>,
/// <c>stripe_balance_payment_debit</c>, <c>stripe_balance_payment_debit_reversal</c>,
/// <c>tax_fee</c>, <c>topup</c>, <c>topup_reversal</c>, <c>transfer</c>,
/// <c>transfer_cancel</c>, <c>transfer_failure</c>, or <c>transfer_refund</c>. Learn more
/// about <a href="https://stripe.com/docs/reports/balance-transaction-types">balance
/// transaction types and what they represent</a>. To classify transactions for accounting
/// purposes, consider <c>reporting_category</c> instead.
/// <c>transfer_cancel</c>, <c>transfer_failure</c>, <c>transfer_refund</c>, or
/// <c>fee_credit_funding</c>. Learn more about <a
/// href="https://stripe.com/docs/reports/balance-transaction-types">balance transaction
/// types and what they represent</a>. To classify transactions for accounting purposes,
/// consider <c>reporting_category</c> instead.
/// One of: <c>adjustment</c>, <c>advance</c>, <c>advance_funding</c>,
/// <c>anticipation_repayment</c>, <c>application_fee</c>, <c>application_fee_refund</c>,
/// <c>charge</c>, <c>climate_order_purchase</c>, <c>climate_order_refund</c>,
/// <c>connect_collection_transfer</c>, <c>contribution</c>,
/// <c>connect_collection_transfer</c>, <c>contribution</c>, <c>fee_credit_funding</c>,
/// <c>inbound_transfer</c>, <c>inbound_transfer_reversal</c>,
/// <c>issuing_authorization_hold</c>, <c>issuing_authorization_release</c>,
/// <c>issuing_dispute</c>, <c>issuing_transaction</c>, <c>obligation_outbound</c>,
/// <c>obligation_reversal_inbound</c>, <c>payment</c>, <c>payment_failure_refund</c>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class BalanceTransactionFeeDetail : StripeEntity<BalanceTransactionFeeDet

/// <summary>
/// Type of the fee, one of: <c>application_fee</c>, <c>payment_method_passthrough_fee</c>,
/// <c>stripe_fee</c> or <c>tax</c>.
/// <c>stripe_fee</c>, <c>tax</c>, or <c>withheld_tax</c>.
/// </summary>
[JsonProperty("type")]
[STJS.JsonPropertyName("type")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ public class ChargePaymentMethodDetails : StripeEntity<ChargePaymentMethodDetail
[STJS.JsonPropertyName("stripe_balance")]
public ChargePaymentMethodDetailsStripeBalance StripeBalance { get; set; }

[JsonProperty("sunbit")]
[STJS.JsonPropertyName("sunbit")]
public ChargePaymentMethodDetailsSunbit Sunbit { get; set; }

[JsonProperty("swish")]
[STJS.JsonPropertyName("swish")]
public ChargePaymentMethodDetailsSwish Swish { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ namespace Stripe
public class ChargePaymentMethodDetailsAffirm : StripeEntity<ChargePaymentMethodDetailsAffirm>
{
/// <summary>
/// ID of the <a href="https://docs.stripe.com/api/terminal/locations">location</a> that
/// this transaction's reader is assigned to.
/// ID of the location that this reader is assigned to.
/// </summary>
[JsonProperty("location")]
[STJS.JsonPropertyName("location")]
public string Location { get; set; }

/// <summary>
/// ID of the <a href="https://docs.stripe.com/api/terminal/readers">reader</a> this
/// transaction was made on.
/// ID of the reader this transaction was made on.
/// </summary>
[JsonProperty("reader")]
[STJS.JsonPropertyName("reader")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ChargePaymentMethodDetailsAfterpayClearpay : StripeEntity<ChargePay
public string OrderId { get; set; }

/// <summary>
/// Order identifier shown to the merchant in Afterpays online portal.
/// Order identifier shown to the merchant in Afterpay's online portal.
/// </summary>
[JsonProperty("reference")]
[STJS.JsonPropertyName("reference")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ChargePaymentMethodDetailsCrypto : StripeEntity<ChargePaymentMethod

/// <summary>
/// The token currency that the transaction was sent with.
/// One of: <c>usdc</c>, <c>usdg</c>, or <c>usdp</c>.
/// One of: <c>phantom_cash</c>, <c>usdc</c>, <c>usdg</c>, <c>usdp</c>, or <c>usdt</c>.
/// </summary>
[JsonProperty("token_currency")]
[STJS.JsonPropertyName("token_currency")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ public class ChargePaymentMethodDetailsGiftCard : StripeEntity<ChargePaymentMeth
[STJS.JsonPropertyName("first6")]
public string First6 { get; set; }

/// <summary>
/// The last four digits of the gift card number.
/// </summary>
[JsonProperty("last4")]
[STJS.JsonPropertyName("last4")]
public string Last4 { get; set; }

/// <summary>
/// The transaction ID from the gift card processor.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ namespace Stripe
[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class ChargePaymentMethodDetailsKlarna : StripeEntity<ChargePaymentMethodDetailsKlarna>
{
/// <summary>
/// ID of the <a href="https://docs.stripe.com/api/terminal/locations">location</a> that
/// this transaction's reader is assigned to.
/// </summary>
[JsonProperty("location")]
[STJS.JsonPropertyName("location")]
public string Location { get; set; }

/// <summary>
/// The payer details for this transaction.
/// </summary>
Expand Down Expand Up @@ -37,5 +45,13 @@ public class ChargePaymentMethodDetailsKlarna : StripeEntity<ChargePaymentMethod
[JsonProperty("preferred_locale")]
[STJS.JsonPropertyName("preferred_locale")]
public string PreferredLocale { get; set; }

/// <summary>
/// ID of the <a href="https://docs.stripe.com/api/terminal/readers">reader</a> this
/// transaction was made on.
/// </summary>
[JsonProperty("reader")]
[STJS.JsonPropertyName("reader")]
public string Reader { get; set; }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
using STJS = System.Text.Json.Serialization;

[STJS.JsonConverter(typeof(STJStripeEntityConverter))]
public class ChargePaymentMethodDetailsSunbit : StripeEntity<ChargePaymentMethodDetailsSunbit>
{
/// <summary>
/// The Sunbit transaction ID associated with this payment.
/// </summary>
[JsonProperty("transaction_id")]
[STJS.JsonPropertyName("transaction_id")]
public string TransactionId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@ public class SessionCollectedInformationTaxId : StripeEntity<SessionCollectedInf
/// <c>ve_rif</c>, <c>vn_tin</c>, <c>gb_vat</c>, <c>nz_gst</c>, <c>au_abn</c>,
/// <c>au_arn</c>, <c>in_gst</c>, <c>no_vat</c>, <c>no_voec</c>, <c>za_vat</c>,
/// <c>ch_vat</c>, <c>mx_rfc</c>, <c>sg_uen</c>, <c>ru_inn</c>, <c>ru_kpp</c>, <c>ca_bn</c>,
/// <c>hk_br</c>, <c>es_cif</c>, <c>pl_nip</c>, <c>tw_vat</c>, <c>th_vat</c>, <c>jp_cn</c>,
/// <c>jp_rn</c>, <c>jp_trn</c>, <c>li_uid</c>, <c>li_vat</c>, <c>lk_vat</c>, <c>my_itn</c>,
/// <c>us_ein</c>, <c>kr_brn</c>, <c>ca_qst</c>, <c>ca_gst_hst</c>, <c>ca_pst_bc</c>,
/// <c>ca_pst_mb</c>, <c>ca_pst_sk</c>, <c>my_sst</c>, <c>sg_gst</c>, <c>ae_trn</c>,
/// <c>cl_tin</c>, <c>sa_vat</c>, <c>id_npwp</c>, <c>my_frp</c>, <c>il_vat</c>,
/// <c>ge_vat</c>, <c>ua_vat</c>, <c>is_vat</c>, <c>bg_uic</c>, <c>hu_tin</c>,
/// <c>si_tin</c>, <c>ke_pin</c>, <c>tr_tin</c>, <c>eg_tin</c>, <c>ph_tin</c>,
/// <c>al_tin</c>, <c>bh_vat</c>, <c>kz_bin</c>, <c>ng_tin</c>, <c>om_vat</c>,
/// <c>de_stn</c>, <c>ch_uid</c>, <c>tz_vat</c>, <c>uz_vat</c>, <c>uz_tin</c>,
/// <c>md_vat</c>, <c>ma_vat</c>, <c>by_tin</c>, <c>ao_tin</c>, <c>bs_tin</c>,
/// <c>bb_tin</c>, <c>cd_nif</c>, <c>mr_nif</c>, <c>me_pib</c>, <c>zw_tin</c>,
/// <c>ba_tin</c>, <c>gn_nif</c>, <c>mk_vat</c>, <c>sr_fin</c>, <c>sn_ninea</c>,
/// <c>am_tin</c>, <c>np_pan</c>, <c>tj_tin</c>, <c>ug_tin</c>, <c>zm_tin</c>,
/// <c>kh_tin</c>, <c>aw_tin</c>, <c>az_tin</c>, <c>bd_bin</c>, <c>bj_ifu</c>,
/// <c>et_tin</c>, <c>kg_tin</c>, <c>la_tin</c>, <c>cm_niu</c>, <c>cv_nif</c>,
/// <c>bf_ifu</c>, or <c>unknown</c>.
/// <c>hk_br</c>, <c>es_cif</c>, <c>pl_nip</c>, <c>it_cf</c>, <c>fo_vat</c>, <c>gi_tin</c>,
/// <c>py_ruc</c>, <c>tw_vat</c>, <c>th_vat</c>, <c>jp_cn</c>, <c>jp_rn</c>, <c>jp_trn</c>,
/// <c>li_uid</c>, <c>li_vat</c>, <c>lk_vat</c>, <c>my_itn</c>, <c>us_ein</c>,
/// <c>kr_brn</c>, <c>ca_qst</c>, <c>ca_gst_hst</c>, <c>ca_pst_bc</c>, <c>ca_pst_mb</c>,
/// <c>ca_pst_sk</c>, <c>my_sst</c>, <c>sg_gst</c>, <c>ae_trn</c>, <c>cl_tin</c>,
/// <c>sa_vat</c>, <c>id_npwp</c>, <c>my_frp</c>, <c>il_vat</c>, <c>ge_vat</c>,
/// <c>ua_vat</c>, <c>is_vat</c>, <c>bg_uic</c>, <c>hu_tin</c>, <c>si_tin</c>,
/// <c>ke_pin</c>, <c>tr_tin</c>, <c>eg_tin</c>, <c>ph_tin</c>, <c>al_tin</c>,
/// <c>bh_vat</c>, <c>kz_bin</c>, <c>ng_tin</c>, <c>om_vat</c>, <c>de_stn</c>,
/// <c>ch_uid</c>, <c>tz_vat</c>, <c>uz_vat</c>, <c>uz_tin</c>, <c>md_vat</c>,
/// <c>ma_vat</c>, <c>by_tin</c>, <c>ao_tin</c>, <c>bs_tin</c>, <c>bb_tin</c>,
/// <c>cd_nif</c>, <c>mr_nif</c>, <c>me_pib</c>, <c>zw_tin</c>, <c>ba_tin</c>,
/// <c>gn_nif</c>, <c>mk_vat</c>, <c>sr_fin</c>, <c>sn_ninea</c>, <c>am_tin</c>,
/// <c>np_pan</c>, <c>tj_tin</c>, <c>ug_tin</c>, <c>zm_tin</c>, <c>kh_tin</c>,
/// <c>aw_tin</c>, <c>az_tin</c>, <c>bd_bin</c>, <c>bj_ifu</c>, <c>et_tin</c>,
/// <c>kg_tin</c>, <c>la_tin</c>, <c>cm_niu</c>, <c>cv_nif</c>, <c>bf_ifu</c>, or
/// <c>unknown</c>.
/// One of: <c>ad_nrt</c>, <c>ae_trn</c>, <c>al_tin</c>, <c>am_tin</c>, <c>ao_tin</c>,
/// <c>ar_cuit</c>, <c>au_abn</c>, <c>au_arn</c>, <c>aw_tin</c>, <c>az_tin</c>,
/// <c>ba_tin</c>, <c>bb_tin</c>, <c>bd_bin</c>, <c>bf_ifu</c>, <c>bg_uic</c>,
Expand All @@ -41,20 +42,20 @@ public class SessionCollectedInformationTaxId : StripeEntity<SessionCollectedInf
/// <c>ch_vat</c>, <c>cl_tin</c>, <c>cm_niu</c>, <c>cn_tin</c>, <c>co_nit</c>,
/// <c>cr_tin</c>, <c>cv_nif</c>, <c>de_stn</c>, <c>do_rcn</c>, <c>ec_ruc</c>,
/// <c>eg_tin</c>, <c>es_cif</c>, <c>et_tin</c>, <c>eu_oss_vat</c>, <c>eu_vat</c>,
/// <c>gb_vat</c>, <c>ge_vat</c>, <c>gn_nif</c>, <c>hk_br</c>, <c>hr_oib</c>, <c>hu_tin</c>,
/// <c>id_npwp</c>, <c>il_vat</c>, <c>in_gst</c>, <c>is_vat</c>, <c>jp_cn</c>, <c>jp_rn</c>,
/// <c>jp_trn</c>, <c>ke_pin</c>, <c>kg_tin</c>, <c>kh_tin</c>, <c>kr_brn</c>,
/// <c>kz_bin</c>, <c>la_tin</c>, <c>li_uid</c>, <c>li_vat</c>, <c>lk_vat</c>,
/// <c>ma_vat</c>, <c>md_vat</c>, <c>me_pib</c>, <c>mk_vat</c>, <c>mr_nif</c>,
/// <c>mx_rfc</c>, <c>my_frp</c>, <c>my_itn</c>, <c>my_sst</c>, <c>ng_tin</c>,
/// <c>no_vat</c>, <c>no_voec</c>, <c>np_pan</c>, <c>nz_gst</c>, <c>om_vat</c>,
/// <c>pe_ruc</c>, <c>ph_tin</c>, <c>pl_nip</c>, <c>ro_tin</c>, <c>rs_pib</c>,
/// <c>ru_inn</c>, <c>ru_kpp</c>, <c>sa_vat</c>, <c>sg_gst</c>, <c>sg_uen</c>,
/// <c>si_tin</c>, <c>sn_ninea</c>, <c>sr_fin</c>, <c>sv_nit</c>, <c>th_vat</c>,
/// <c>tj_tin</c>, <c>tr_tin</c>, <c>tw_vat</c>, <c>tz_vat</c>, <c>ua_vat</c>,
/// <c>ug_tin</c>, <c>unknown</c>, <c>us_ein</c>, <c>uy_ruc</c>, <c>uz_tin</c>,
/// <c>uz_vat</c>, <c>ve_rif</c>, <c>vn_tin</c>, <c>za_vat</c>, <c>zm_tin</c>, or
/// <c>zw_tin</c>.
/// <c>fo_vat</c>, <c>gb_vat</c>, <c>ge_vat</c>, <c>gi_tin</c>, <c>gn_nif</c>, <c>hk_br</c>,
/// <c>hr_oib</c>, <c>hu_tin</c>, <c>id_npwp</c>, <c>il_vat</c>, <c>in_gst</c>,
/// <c>is_vat</c>, <c>it_cf</c>, <c>jp_cn</c>, <c>jp_rn</c>, <c>jp_trn</c>, <c>ke_pin</c>,
/// <c>kg_tin</c>, <c>kh_tin</c>, <c>kr_brn</c>, <c>kz_bin</c>, <c>la_tin</c>,
/// <c>li_uid</c>, <c>li_vat</c>, <c>lk_vat</c>, <c>ma_vat</c>, <c>md_vat</c>,
/// <c>me_pib</c>, <c>mk_vat</c>, <c>mr_nif</c>, <c>mx_rfc</c>, <c>my_frp</c>,
/// <c>my_itn</c>, <c>my_sst</c>, <c>ng_tin</c>, <c>no_vat</c>, <c>no_voec</c>,
/// <c>np_pan</c>, <c>nz_gst</c>, <c>om_vat</c>, <c>pe_ruc</c>, <c>ph_tin</c>,
/// <c>pl_nip</c>, <c>py_ruc</c>, <c>ro_tin</c>, <c>rs_pib</c>, <c>ru_inn</c>,
/// <c>ru_kpp</c>, <c>sa_vat</c>, <c>sg_gst</c>, <c>sg_uen</c>, <c>si_tin</c>,
/// <c>sn_ninea</c>, <c>sr_fin</c>, <c>sv_nit</c>, <c>th_vat</c>, <c>tj_tin</c>,
/// <c>tr_tin</c>, <c>tw_vat</c>, <c>tz_vat</c>, <c>ua_vat</c>, <c>ug_tin</c>,
/// <c>unknown</c>, <c>us_ein</c>, <c>uy_ruc</c>, <c>uz_tin</c>, <c>uz_vat</c>,
/// <c>ve_rif</c>, <c>vn_tin</c>, <c>za_vat</c>, <c>zm_tin</c>, or <c>zw_tin</c>.
/// </summary>
[JsonProperty("type")]
[STJS.JsonPropertyName("type")]
Expand Down
Loading
Loading