Skip to content

Commit 2ac3338

Browse files
author
Ameya Lokare
committed
Add getAccountSid() method to UsageTrigger
This was missing for some reason.
1 parent 689825d commit 2ac3338

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/com/twilio/sdk/resource/instance/UsageTrigger.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,15 @@ public String getUri() {
220220
return getProperty("Uri");
221221
}
222222

223+
/**
224+
* Get the account sid
225+
*
226+
* @return account sid
227+
*/
228+
public String getAccountSid() {
229+
return getProperty("AccountSid");
230+
}
231+
223232
/**
224233
* Delete
225234
*

0 commit comments

Comments
 (0)