Skip to content

Commit e676940

Browse files
fix(api): Correct field name from ach_hold__period to ach_hold_period
1 parent b987bc0 commit e676940

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-c06c4d54858775fef1de57e33d471e997cb28fe0c925fd7b08ba45fdd335e938.yml
3-
openapi_spec_hash: 23745357b2171bcdfb5d30bfef1df48d
4-
config_hash: 9dddee5f7af579864599849cb28a0770
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-64e9dd6979ae45f1bb6e77b40e8244ee46673332112ebf33fe2f3a287467ce85.yml
3+
openapi_spec_hash: ce885445b66e95c5671ee72c01882d79
4+
config_hash: 07f0e0f3036a4a5825cee527bc46b0b6

payment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ func (r PaymentNewParamsMethod) IsKnown() bool {
10951095
type PaymentNewParamsMethodAttributes struct {
10961096
SecCode param.Field[PaymentNewParamsMethodAttributesSecCode] `json:"sec_code,required"`
10971097
// Number of days to hold the ACH payment
1098-
ACHHoldPeriod param.Field[int64] `json:"ach_hold__period"`
1098+
ACHHoldPeriod param.Field[int64] `json:"ach_hold_period"`
10991099
Addenda param.Field[string] `json:"addenda"`
11001100
}
11011101

0 commit comments

Comments
 (0)