File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 214
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-70848844b69f7905307f9986b5630160aee26497cdbaf9257839a088ae7ca00b .yml
3- openapi_spec_hash : a5d37fbb60eba858c8bd2ebe982936e1
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-9829c574c7a227436f0828b64037e25825704e2d26115ec48750affcdb2bf0e0 .yml
3+ openapi_spec_hash : c5c6cbb7b3b9d1e4663844122b5d6012
44config_hash : f6d04d790aaddf639fc04b7f0092e7ec
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ class BlockchainRecipient(BaseModel):
1414 token : str
1515 """A globally unique identifier for this blockchain recipient"""
1616
17- account_token : str
18- """The financial account the blockchain recipient belongs to"""
17+ account_token : Optional [str ] = None
18+ """
19+ The financial account the blockchain recipient belongs to, or null when the
20+ recipient is registered against the program rather than a financial account
21+ """
1922
2023 address_tag : Optional [str ] = None
2124 """
You can’t perform that action at this time.
0 commit comments