Skip to content

Commit b4fdd5b

Browse files
Update src/settlement/interface.ts
subaccount Co-authored-by: Asaju Enitan Michael <16443589+tekpriest@users.noreply.github.com>
1 parent 412ff87 commit b4fdd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settlement/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface SettlementTransaction {
6666
metadata: Record<string,unknown>;
6767
customer: CustomerType;
6868
authorization: Authorization
69-
subaccount: SubAccountResponse;
69+
subaccount: SubAccountType;
7070
}
7171

7272
export interface ListSettlementTransactionsResponse extends Response {

0 commit comments

Comments
 (0)