Skip to content

Commit 6c57df9

Browse files
feat(api): add remittance_information field to Payment
1 parent 1210a2d commit 6c57df9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 190
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-dad98281bf8dca620bc21f30217878fc043d725586d0395558f0b66b78f316a8.yml
3-
openapi_spec_hash: 326eff6733ff1b438d77dd1288816101
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fcf9b2688f1093591ebfa0f26aaa02929c63992600ce5709a97908d8a1360592.yml
3+
openapi_spec_hash: 7376ab615eac0a338424a9217717c21c
44
config_hash: 400b9afe0f7f7b7d96177d05950775f9

src/resources/payments.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,11 @@ export namespace Payment {
520520
* for tracking the message through the Fedwire system
521521
*/
522522
message_id?: string | null;
523+
524+
/**
525+
* Payment details or invoice reference
526+
*/
527+
remittance_information?: string | null;
523528
}
524529

525530
/**

0 commit comments

Comments
 (0)