File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ class TransferRequest(BaseRequest):
7777 descriptor : StrictStr
7878 idempotency_key : str
7979 user_id : Optional [str ]
80+ platform_id : Optional [str ]
8081
8182 class Config :
8283 fields = {
@@ -91,6 +92,7 @@ class Config:
9192 'description' : 'Custom Id, must be unique for each transfer'
9293 },
9394 'user_id' : {'description' : 'source user to take the funds' },
95+ 'platform_id' : {'description' : 'platform id to take the funds' },
9496 }
9597 schema_extra = {
9698 'example' : {
@@ -100,6 +102,7 @@ class Config:
100102 'descriptor' : 'Mezcal, pulque y tequila' ,
101103 'idempotency_key' : 'UNIQUE-KEY-003' ,
102104 'user_id' : 'USWqY5cvkISJOxHyEKjAKf8w' ,
105+ 'platform_id' : 'PTZbBlk__kQt-wfwzP5nwA9A' ,
103106 }
104107 }
105108
Original file line number Diff line number Diff line change 1- __version__ = '0.10.21'
1+ __version__ = '0.10.21.dev0 '
You can’t perform that action at this time.
0 commit comments