You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: starkbank/dynamicbrcode/__dynamicbrcode.py
+4-2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class DynamicBrcode(Resource):
19
19
## Parameters (optional):
20
20
- expiration [integer or datetime.timedelta, default 3600 (1 hour)]: time interval in seconds between due date and expiration date. ex 123456789
21
21
- tags [list of strings, default []]: list of strings for tagging, these will be passed to the respective Deposit resource when paid
22
+
- display_description [string, default None]: optional description to be shown in the payer bank interface. ex: "Payment for service #1234"
22
23
- rules [list of DynamicBrcode.Rules, default []]: list of DynamicBrcode.Rule objects for modifying invoice behavior. ex: [DynamicBrcode.Rule(key="allowedTaxIds", value=[ "012.345.678-90", "45.059.493/0001-73" ])]
23
24
## Attributes (return-only):
24
25
- id [string]: id returned on creation, this is the BR code. ex: "00020126360014br.gov.bcb.pix0114+552840092118152040000530398654040.095802BR5915Jamie Lannister6009Sao Paulo620705038566304FC6C"
@@ -28,12 +29,13 @@ class DynamicBrcode(Resource):
28
29
- created [datetime.datetime]: creation datetime for the DynamicBrcode. ex: datetime.datetime(2020, 3, 10, 10, 30, 0, 0)
0 commit comments