File tree Expand file tree Collapse file tree 12 files changed +187
-24
lines changed
rest/api/v2010/account/usage Expand file tree Collapse file tree 12 files changed +187
-24
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ [ 2018-10-15] Version 6.19.1
7+ ----------------------------
8+ ** Api**
9+ - Add <Pay > Verb Transactions category to usage records
10+
11+ ** Twiml**
12+ - Add support for ` Pay ` verb
13+
14+
615[ 2018-10-15] Version 6.19.0
716----------------------------
817** Api**
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ class Category(object):
338338 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
339339 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
340340 CALLS_OUTBOUND = "calls-outbound"
341+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
341342 CALLS_RECORDINGS = "calls-recordings"
342343 CALLS_SIP = "calls-sip"
343344 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224224 CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225 CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226 CALLS_OUTBOUND = "calls-outbound"
227+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228 CALLS_RECORDINGS = "calls-recordings"
228229 CALLS_SIP = "calls-sip"
229230 CALLS_SIP_INBOUND = "calls-sip-inbound"
You can’t perform that action at this time.
0 commit comments