Skip to content

Commit 3a42b57

Browse files
Update generated code for v2217 and
1 parent 6ff3053 commit 3a42b57

24 files changed

Lines changed: 1049 additions & 177 deletions

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
70d7443c72304ad3165194e362954948b9744def
1+
16e50491e9d896cb53da4a46080b4333741b76cb

src/main/java/com/stripe/model/v2/billing/Cadence.java

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,11 +627,11 @@ public static class PaymentMethodOptions extends StripeObject {
627627

628628
/** This sub-hash contains details about the Konbini payment method options. */
629629
@SerializedName("konbini")
630-
Map<String, Object> konbini;
630+
Konbini konbini;
631631

632632
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
633633
@SerializedName("sepa_debit")
634-
Map<String, Object> sepaDebit;
634+
SepaDebit sepaDebit;
635635

636636
/** This sub-hash contains details about the ACH direct debit payment method options. */
637637
@SerializedName("us_bank_account")
@@ -803,6 +803,18 @@ public static class EuBankTransfer extends StripeObject {
803803
}
804804
}
805805

806+
/** This sub-hash contains details about the Konbini payment method options. */
807+
@Getter
808+
@Setter
809+
@EqualsAndHashCode(callSuper = false)
810+
public static class Konbini extends StripeObject {}
811+
812+
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
813+
@Getter
814+
@Setter
815+
@EqualsAndHashCode(callSuper = false)
816+
public static class SepaDebit extends StripeObject {}
817+
806818
/** This sub-hash contains details about the ACH direct debit payment method options. */
807819
@Getter
808820
@Setter

src/main/java/com/stripe/model/v2/billing/CadenceSpendModifier.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ public static class Amount extends StripeObject {
104104
@Getter
105105
@Setter
106106
@EqualsAndHashCode(callSuper = false)
107-
public static class CustomPricingUnit extends StripeObject {
107+
public static class CustomPricingUnit extends StripeObject implements HasId {
108+
/** The id of the custom pricing unit. */
109+
@Getter(onMethod_ = {@Override})
110+
@SerializedName("id")
111+
String id;
112+
108113
/** The decimal value of custom pricing units, represented as a string. */
109114
@SerializedName("value")
110115
String value;

src/main/java/com/stripe/model/v2/billing/CollectionSetting.java

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import com.stripe.model.StripeObject;
99
import java.time.Instant;
1010
import java.util.List;
11-
import java.util.Map;
1211
import lombok.EqualsAndHashCode;
1312
import lombok.Getter;
1413
import lombok.Setter;
@@ -153,11 +152,11 @@ public static class PaymentMethodOptions extends StripeObject {
153152

154153
/** This sub-hash contains details about the Konbini payment method options. */
155154
@SerializedName("konbini")
156-
Map<String, Object> konbini;
155+
Konbini konbini;
157156

158157
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
159158
@SerializedName("sepa_debit")
160-
Map<String, Object> sepaDebit;
159+
SepaDebit sepaDebit;
161160

162161
/** This sub-hash contains details about the ACH direct debit payment method options. */
163162
@SerializedName("us_bank_account")
@@ -326,6 +325,18 @@ public static class EuBankTransfer extends StripeObject {
326325
}
327326
}
328327

328+
/** This sub-hash contains details about the Konbini payment method options. */
329+
@Getter
330+
@Setter
331+
@EqualsAndHashCode(callSuper = false)
332+
public static class Konbini extends StripeObject {}
333+
334+
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
335+
@Getter
336+
@Setter
337+
@EqualsAndHashCode(callSuper = false)
338+
public static class SepaDebit extends StripeObject {}
339+
329340
/** This sub-hash contains details about the ACH direct debit payment method options. */
330341
@Getter
331342
@Setter

src/main/java/com/stripe/model/v2/billing/CollectionSettingVersion.java

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import com.stripe.model.StripeObject;
99
import java.time.Instant;
1010
import java.util.List;
11-
import java.util.Map;
1211
import lombok.EqualsAndHashCode;
1312
import lombok.Getter;
1413
import lombok.Setter;
@@ -132,11 +131,11 @@ public static class PaymentMethodOptions extends StripeObject {
132131

133132
/** This sub-hash contains details about the Konbini payment method options. */
134133
@SerializedName("konbini")
135-
Map<String, Object> konbini;
134+
Konbini konbini;
136135

137136
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
138137
@SerializedName("sepa_debit")
139-
Map<String, Object> sepaDebit;
138+
SepaDebit sepaDebit;
140139

141140
/** This sub-hash contains details about the ACH direct debit payment method options. */
142141
@SerializedName("us_bank_account")
@@ -305,6 +304,18 @@ public static class EuBankTransfer extends StripeObject {
305304
}
306305
}
307306

307+
/** This sub-hash contains details about the Konbini payment method options. */
308+
@Getter
309+
@Setter
310+
@EqualsAndHashCode(callSuper = false)
311+
public static class Konbini extends StripeObject {}
312+
313+
/** This sub-hash contains details about the SEPA Direct Debit payment method options. */
314+
@Getter
315+
@Setter
316+
@EqualsAndHashCode(callSuper = false)
317+
public static class SepaDebit extends StripeObject {}
318+
308319
/** This sub-hash contains details about the ACH direct debit payment method options. */
309320
@Getter
310321
@Setter

src/main/java/com/stripe/model/v2/billing/IntentAction.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,12 @@ public static class Amount extends StripeObject {
287287
@Getter
288288
@Setter
289289
@EqualsAndHashCode(callSuper = false)
290-
public static class CustomPricingUnit extends StripeObject {
290+
public static class CustomPricingUnit extends StripeObject implements HasId {
291+
/** The id of the custom pricing unit. */
292+
@Getter(onMethod_ = {@Override})
293+
@SerializedName("id")
294+
String id;
295+
291296
/** The value of the custom pricing unit. */
292297
@SerializedName("value")
293298
String value;

src/main/java/com/stripe/model/v2/core/Account.java

Lines changed: 40 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8874,25 +8874,30 @@ public static class IdNumber extends StripeObject {
88748874
* <p>One of {@code ae_crn}, {@code ae_vat}, {@code ao_nif}, {@code ar_cuit}, {@code at_fn},
88758875
* {@code at_stn}, {@code at_vat}, {@code au_abn}, {@code au_acn}, {@code au_in}, {@code
88768876
* az_tin}, {@code bd_etin}, {@code be_cbe}, {@code be_vat}, {@code bg_uic}, {@code bg_vat},
8877-
* {@code br_cnpj}, {@code ca_cn}, {@code ca_crarr}, {@code ca_gst_hst}, {@code ca_neq},
8878-
* {@code ca_rid}, {@code ch_chid}, {@code ch_uid}, {@code cr_cpj}, {@code cr_nite}, {@code
8879-
* cy_he}, {@code cy_tic}, {@code cy_vat}, {@code cz_ico}, {@code cz_vat}, {@code de_hrn},
8880-
* {@code de_stn}, {@code de_vat}, {@code dk_cvr}, {@code dk_vat}, {@code do_rcn}, {@code
8881-
* ee_rk}, {@code ee_vat}, {@code es_cif}, {@code es_vat}, {@code fi_vat}, {@code fi_yt},
8882-
* {@code fr_rna}, {@code fr_siren}, {@code fr_vat}, {@code gb_crn}, {@code gb_vat}, {@code
8883-
* gi_crn}, {@code gr_afm}, {@code gr_gemi}, {@code gr_vat}, {@code gt_nit}, {@code hk_br},
8884-
* {@code hk_cr}, {@code hr_mbs}, {@code hr_oib}, {@code hr_vat}, {@code hu_cjs}, {@code
8885-
* hu_tin}, {@code hu_vat}, {@code ie_crn}, {@code ie_trn}, {@code ie_vat}, {@code it_rea},
8886-
* {@code it_vat}, {@code jp_cn}, {@code kz_bin}, {@code li_uid}, {@code lt_ccrn}, {@code
8887-
* lt_vat}, {@code lu_nif}, {@code lu_rcs}, {@code lu_vat}, {@code lv_urn}, {@code lv_vat},
8888-
* {@code mt_crn}, {@code mt_tin}, {@code mt_vat}, {@code mx_rfc}, {@code my_brn}, {@code
8889-
* my_coid}, {@code my_itn}, {@code my_sst}, {@code mz_nuit}, {@code nl_kvk}, {@code
8877+
* {@code bm_crn}, {@code bo_tin}, {@code br_cnpj}, {@code bt_tpn}, {@code ca_cn}, {@code
8878+
* ca_crarr}, {@code ca_gst_hst}, {@code ca_neq}, {@code ca_rid}, {@code ch_chid}, {@code
8879+
* ch_uid}, {@code co_nit}, {@code cr_cpj}, {@code cr_nite}, {@code cy_he}, {@code cy_tic},
8880+
* {@code cy_vat}, {@code cz_ico}, {@code cz_vat}, {@code de_hrn}, {@code de_stn}, {@code
8881+
* de_vat}, {@code dk_cvr}, {@code dk_vat}, {@code do_rcn}, {@code ec_ruc}, {@code ee_rk},
8882+
* {@code ee_vat}, {@code eg_tin}, {@code es_cif}, {@code es_vat}, {@code fi_vat}, {@code
8883+
* fi_yt}, {@code fr_rna}, {@code fr_siren}, {@code fr_vat}, {@code gb_crn}, {@code gb_vat},
8884+
* {@code gh_tin}, {@code gi_crn}, {@code gr_afm}, {@code gr_gemi}, {@code gr_vat}, {@code
8885+
* gt_nit}, {@code gy_tin}, {@code hk_br}, {@code hk_cr}, {@code hn_rtn}, {@code hr_mbs},
8886+
* {@code hr_oib}, {@code hr_vat}, {@code hu_cjs}, {@code hu_tin}, {@code hu_vat}, {@code
8887+
* ie_crn}, {@code ie_trn}, {@code ie_vat}, {@code it_rea}, {@code it_vat}, {@code jm_trn},
8888+
* {@code jo_crn}, {@code jp_cn}, {@code ke_pin}, {@code ky_crn}, {@code kz_bin}, {@code
8889+
* li_uid}, {@code lk_tin}, {@code lt_ccrn}, {@code lt_vat}, {@code lu_nif}, {@code lu_rcs},
8890+
* {@code lu_vat}, {@code lv_urn}, {@code lv_vat}, {@code mo_tin}, {@code mt_crn}, {@code
8891+
* mt_tin}, {@code mt_vat}, {@code mv_tin}, {@code mx_rfc}, {@code my_brn}, {@code my_coid},
8892+
* {@code my_itn}, {@code my_sst}, {@code mz_nuit}, {@code ng_tin}, {@code nl_kvk}, {@code
88908893
* nl_rsin}, {@code nl_vat}, {@code no_orgnr}, {@code nz_bn}, {@code nz_ird}, {@code
8891-
* pe_ruc}, {@code pk_ntn}, {@code pl_nip}, {@code pl_regon}, {@code pl_vat}, {@code
8892-
* pt_vat}, {@code ro_cui}, {@code ro_orc}, {@code ro_vat}, {@code sa_crn}, {@code sa_tin},
8893-
* {@code se_orgnr}, {@code se_vat}, {@code sg_uen}, {@code si_msp}, {@code si_tin}, {@code
8894-
* si_vat}, {@code sk_dic}, {@code sk_ico}, {@code sk_vat}, {@code th_crn}, {@code th_prn},
8895-
* {@code th_tin}, or {@code us_ein}.
8894+
* pa_ruc}, {@code pe_ruc}, {@code ph_tin}, {@code pk_ntn}, {@code pl_nip}, {@code
8895+
* pl_regon}, {@code pl_vat}, {@code pt_vat}, {@code py_ruc}, {@code ro_cui}, {@code
8896+
* ro_orc}, {@code ro_vat}, {@code sa_crn}, {@code sa_tin}, {@code se_orgnr}, {@code
8897+
* se_vat}, {@code sg_uen}, {@code si_msp}, {@code si_tin}, {@code si_vat}, {@code sk_dic},
8898+
* {@code sk_ico}, {@code sk_vat}, {@code sl_tin}, {@code sv_nit}, {@code th_crn}, {@code
8899+
* th_prn}, {@code th_tin}, {@code us_ein}, {@code uy_ruc}, {@code vg_cn}, or {@code
8900+
* za_tin}.
88968901
*/
88978902
@SerializedName("type")
88988903
String type;
@@ -9576,19 +9581,23 @@ public static class IdNumber extends StripeObject {
95769581
*
95779582
* <p>One of {@code ae_eid}, {@code ao_nif}, {@code ar_cuil}, {@code ar_dni}, {@code
95789583
* at_stn}, {@code az_tin}, {@code bd_brc}, {@code bd_etin}, {@code bd_nid}, {@code be_nrn},
9579-
* {@code bg_ucn}, {@code bn_nric}, {@code br_cpf}, {@code ca_sin}, {@code ch_oasi}, {@code
9580-
* cl_rut}, {@code cn_pp}, {@code co_nuip}, {@code cr_ci}, {@code cr_cpf}, {@code cr_dimex},
9581-
* {@code cr_nite}, {@code cy_tic}, {@code cz_rc}, {@code de_stn}, {@code dk_cpr}, {@code
9582-
* do_cie}, {@code do_rcn}, {@code ec_ci}, {@code ee_ik}, {@code es_nif}, {@code fi_hetu},
9583-
* {@code fr_nir}, {@code gb_nino}, {@code gr_afm}, {@code gt_nit}, {@code hk_id}, {@code
9584-
* hr_oib}, {@code hu_ad}, {@code id_nik}, {@code ie_ppsn}, {@code is_kt}, {@code it_cf},
9585-
* {@code jp_inc}, {@code ke_pin}, {@code kz_iin}, {@code li_peid}, {@code lt_ak}, {@code
9586-
* lu_nif}, {@code lv_pk}, {@code mx_rfc}, {@code my_nric}, {@code mz_nuit}, {@code ng_nin},
9587-
* {@code nl_bsn}, {@code no_nin}, {@code nz_ird}, {@code pe_dni}, {@code pk_cnic}, {@code
9588-
* pk_snic}, {@code pl_pesel}, {@code pt_nif}, {@code ro_cnp}, {@code sa_tin}, {@code
9589-
* se_pin}, {@code sg_fin}, {@code sg_nric}, {@code sk_dic}, {@code th_lc}, {@code th_pin},
9590-
* {@code tr_tin}, {@code us_itin}, {@code us_itin_last_4}, {@code us_ssn}, {@code
9591-
* us_ssn_last_4}, {@code uy_dni}, or {@code za_id}.
9584+
* {@code bg_ucn}, {@code bm_pp}, {@code bn_nric}, {@code bo_ci}, {@code br_cpf}, {@code
9585+
* bt_cid}, {@code ca_sin}, {@code ch_oasi}, {@code cl_rut}, {@code cn_pp}, {@code co_nuip},
9586+
* {@code cr_ci}, {@code cr_cpf}, {@code cr_dimex}, {@code cr_nite}, {@code cy_tic}, {@code
9587+
* cz_rc}, {@code de_stn}, {@code dk_cpr}, {@code do_cie}, {@code do_rcn}, {@code ec_ci},
9588+
* {@code ee_ik}, {@code eg_tin}, {@code es_nif}, {@code fi_hetu}, {@code fr_nir}, {@code
9589+
* gb_nino}, {@code gh_pin}, {@code gr_afm}, {@code gt_nit}, {@code gy_tin}, {@code hk_id},
9590+
* {@code hn_rtn}, {@code hr_oib}, {@code hu_ad}, {@code id_nik}, {@code ie_ppsn}, {@code
9591+
* is_kt}, {@code it_cf}, {@code jm_trn}, {@code jo_pin}, {@code jp_inc}, {@code ke_pin},
9592+
* {@code ky_pp}, {@code kz_iin}, {@code li_peid}, {@code lk_nic}, {@code lt_ak}, {@code
9593+
* lu_nif}, {@code lv_pk}, {@code mo_bir}, {@code mt_nic}, {@code mv_tin}, {@code mx_rfc},
9594+
* {@code my_nric}, {@code mz_nuit}, {@code ng_nin}, {@code nl_bsn}, {@code no_nin}, {@code
9595+
* nz_ird}, {@code pa_ruc}, {@code pe_dni}, {@code ph_tin}, {@code pk_cnic}, {@code
9596+
* pk_snic}, {@code pl_pesel}, {@code pt_nif}, {@code py_ruc}, {@code ro_cnp}, {@code
9597+
* sa_tin}, {@code se_pin}, {@code sg_fin}, {@code sg_nric}, {@code si_pin}, {@code sk_dic},
9598+
* {@code sv_nit}, {@code th_lc}, {@code th_pin}, {@code tr_tin}, {@code us_itin}, {@code
9599+
* us_itin_last_4}, {@code us_ssn}, {@code us_ssn_last_4}, {@code uy_dni}, {@code vg_pp}, or
9600+
* {@code za_id}.
95929601
*/
95939602
@SerializedName("type")
95949603
String type;

src/main/java/com/stripe/model/v2/core/AccountPerson.java

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -533,19 +533,22 @@ public static class IdNumber extends StripeObject {
533533
*
534534
* <p>One of {@code ae_eid}, {@code ao_nif}, {@code ar_cuil}, {@code ar_dni}, {@code at_stn},
535535
* {@code az_tin}, {@code bd_brc}, {@code bd_etin}, {@code bd_nid}, {@code be_nrn}, {@code
536-
* bg_ucn}, {@code bn_nric}, {@code br_cpf}, {@code ca_sin}, {@code ch_oasi}, {@code cl_rut},
537-
* {@code cn_pp}, {@code co_nuip}, {@code cr_ci}, {@code cr_cpf}, {@code cr_dimex}, {@code
538-
* cr_nite}, {@code cy_tic}, {@code cz_rc}, {@code de_stn}, {@code dk_cpr}, {@code do_cie},
539-
* {@code do_rcn}, {@code ec_ci}, {@code ee_ik}, {@code es_nif}, {@code fi_hetu}, {@code
540-
* fr_nir}, {@code gb_nino}, {@code gr_afm}, {@code gt_nit}, {@code hk_id}, {@code hr_oib},
541-
* {@code hu_ad}, {@code id_nik}, {@code ie_ppsn}, {@code is_kt}, {@code it_cf}, {@code jp_inc},
542-
* {@code ke_pin}, {@code kz_iin}, {@code li_peid}, {@code lt_ak}, {@code lu_nif}, {@code
543-
* lv_pk}, {@code mx_rfc}, {@code my_nric}, {@code mz_nuit}, {@code ng_nin}, {@code nl_bsn},
544-
* {@code no_nin}, {@code nz_ird}, {@code pe_dni}, {@code pk_cnic}, {@code pk_snic}, {@code
545-
* pl_pesel}, {@code pt_nif}, {@code ro_cnp}, {@code sa_tin}, {@code se_pin}, {@code sg_fin},
546-
* {@code sg_nric}, {@code sk_dic}, {@code th_lc}, {@code th_pin}, {@code tr_tin}, {@code
547-
* us_itin}, {@code us_itin_last_4}, {@code us_ssn}, {@code us_ssn_last_4}, {@code uy_dni}, or
548-
* {@code za_id}.
536+
* bg_ucn}, {@code bm_pp}, {@code bn_nric}, {@code bo_ci}, {@code br_cpf}, {@code bt_cid},
537+
* {@code ca_sin}, {@code ch_oasi}, {@code cl_rut}, {@code cn_pp}, {@code co_nuip}, {@code
538+
* cr_ci}, {@code cr_cpf}, {@code cr_dimex}, {@code cr_nite}, {@code cy_tic}, {@code cz_rc},
539+
* {@code de_stn}, {@code dk_cpr}, {@code do_cie}, {@code do_rcn}, {@code ec_ci}, {@code ee_ik},
540+
* {@code eg_tin}, {@code es_nif}, {@code fi_hetu}, {@code fr_nir}, {@code gb_nino}, {@code
541+
* gh_pin}, {@code gr_afm}, {@code gt_nit}, {@code gy_tin}, {@code hk_id}, {@code hn_rtn},
542+
* {@code hr_oib}, {@code hu_ad}, {@code id_nik}, {@code ie_ppsn}, {@code is_kt}, {@code it_cf},
543+
* {@code jm_trn}, {@code jo_pin}, {@code jp_inc}, {@code ke_pin}, {@code ky_pp}, {@code
544+
* kz_iin}, {@code li_peid}, {@code lk_nic}, {@code lt_ak}, {@code lu_nif}, {@code lv_pk},
545+
* {@code mo_bir}, {@code mt_nic}, {@code mv_tin}, {@code mx_rfc}, {@code my_nric}, {@code
546+
* mz_nuit}, {@code ng_nin}, {@code nl_bsn}, {@code no_nin}, {@code nz_ird}, {@code pa_ruc},
547+
* {@code pe_dni}, {@code ph_tin}, {@code pk_cnic}, {@code pk_snic}, {@code pl_pesel}, {@code
548+
* pt_nif}, {@code py_ruc}, {@code ro_cnp}, {@code sa_tin}, {@code se_pin}, {@code sg_fin},
549+
* {@code sg_nric}, {@code si_pin}, {@code sk_dic}, {@code sv_nit}, {@code th_lc}, {@code
550+
* th_pin}, {@code tr_tin}, {@code us_itin}, {@code us_itin_last_4}, {@code us_ssn}, {@code
551+
* us_ssn_last_4}, {@code uy_dni}, {@code vg_pp}, or {@code za_id}.
549552
*/
550553
@SerializedName("type")
551554
String type;

src/main/java/com/stripe/model/v2/core/Event.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static class Client extends StripeObject {
192192

193193
/** Stripe action that triggered the event. */
194194
@SerializedName("stripe_action")
195-
Map<String, Object> stripeAction;
195+
StripeAction stripeAction;
196196

197197
/**
198198
* The type of the client.
@@ -230,6 +230,12 @@ public static class DashboardUser extends StripeObject {
230230
@SerializedName("machine_identifier")
231231
String machineIdentifier;
232232
}
233+
234+
/** Stripe action that triggered the event. */
235+
@Getter
236+
@Setter
237+
@EqualsAndHashCode(callSuper = false)
238+
public static class StripeAction extends StripeObject {}
233239
}
234240
}
235241
}

src/main/java/com/stripe/model/v2/moneymanagement/InboundTransfer.java

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import com.stripe.v2.Amount;
88
import java.time.Instant;
99
import java.util.List;
10-
import java.util.Map;
1110
import lombok.EqualsAndHashCode;
1211
import lombok.Getter;
1312
import lombok.Setter;
@@ -134,19 +133,19 @@ public static class TransferHistory extends StripeObject implements HasId {
134133

135134
/** The history entry for a processing InboundTransfer. */
136135
@SerializedName("bank_debit_processing")
137-
Map<String, Object> bankDebitProcessing;
136+
BankDebitProcessing bankDebitProcessing;
138137

139138
/** The history entry for a queued InboundTransfer. */
140139
@SerializedName("bank_debit_queued")
141-
Map<String, Object> bankDebitQueued;
140+
BankDebitQueued bankDebitQueued;
142141

143142
/** The history entry for a returned InboundTransfer. */
144143
@SerializedName("bank_debit_returned")
145144
BankDebitReturned bankDebitReturned;
146145

147146
/** The history entry for a succeeded InboundTransfer. */
148147
@SerializedName("bank_debit_succeeded")
149-
Map<String, Object> bankDebitSucceeded;
148+
BankDebitSucceeded bankDebitSucceeded;
150149

151150
/** Creation time of the HistoryEntry in RFC 3339 format and UTC. */
152151
@SerializedName("created")
@@ -194,6 +193,18 @@ public static class BankDebitFailed extends StripeObject {
194193
String failureReason;
195194
}
196195

196+
/** The history entry for a processing InboundTransfer. */
197+
@Getter
198+
@Setter
199+
@EqualsAndHashCode(callSuper = false)
200+
public static class BankDebitProcessing extends StripeObject {}
201+
202+
/** The history entry for a queued InboundTransfer. */
203+
@Getter
204+
@Setter
205+
@EqualsAndHashCode(callSuper = false)
206+
public static class BankDebitQueued extends StripeObject {}
207+
197208
/** The history entry for a returned InboundTransfer. */
198209
@Getter
199210
@Setter
@@ -209,5 +220,11 @@ public static class BankDebitReturned extends StripeObject {
209220
@SerializedName("return_reason")
210221
String returnReason;
211222
}
223+
224+
/** The history entry for a succeeded InboundTransfer. */
225+
@Getter
226+
@Setter
227+
@EqualsAndHashCode(callSuper = false)
228+
public static class BankDebitSucceeded extends StripeObject {}
212229
}
213230
}

0 commit comments

Comments
 (0)