Skip to content

Commit e5488ef

Browse files
committed
Update billing.ts
1 parent fe24cb3 commit e5488ef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/typeDefs/billing.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ enum BusinessOperationType {
6363
Workspace deposit balance by user
6464
"""
6565
DEPOSIT_BY_USER
66+
67+
"""
68+
Charge minimal amount of money to link a card for further recurrent payments
69+
"""
70+
CARD_LINK_CHARGE
71+
72+
"""
73+
Refund the money that were charged to link a card
74+
"""
75+
CARD_LINK_REFUND
6676
}
6777
6878

0 commit comments

Comments
 (0)