File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -1273,6 +1273,18 @@ public enum BillingRequestPurposeCode {
1273
1273
/// <summary>`purpose_code` with a value of "other"</summary>
1274
1274
[ EnumMember ( Value = "other" ) ]
1275
1275
Other ,
1276
+ /// <summary>`purpose_code` with a value of "Epayment"</summary>
1277
+ [ EnumMember ( Value = "Epayment" ) ]
1278
+ Epayment ,
1279
+ /// <summary>`purpose_code` with a value of "Commercial"</summary>
1280
+ [ EnumMember ( Value = "Commercial" ) ]
1281
+ Commercial ,
1282
+ /// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1283
+ [ EnumMember ( Value = "OtherPayment" ) ]
1284
+ OtherPayment ,
1285
+ /// <summary>`purpose_code` with a value of "Trade"</summary>
1286
+ [ EnumMember ( Value = "Trade" ) ]
1287
+ Trade ,
1276
1288
}
1277
1289
1278
1290
public class BillingRequestResources
Original file line number Diff line number Diff line change @@ -1464,6 +1464,18 @@ public enum BillingRequestWithActionBillingRequestsPurposeCode {
1464
1464
/// <summary>`purpose_code` with a value of "other"</summary>
1465
1465
[ EnumMember ( Value = "other" ) ]
1466
1466
Other ,
1467
+ /// <summary>`purpose_code` with a value of "Epayment"</summary>
1468
+ [ EnumMember ( Value = "Epayment" ) ]
1469
+ Epayment ,
1470
+ /// <summary>`purpose_code` with a value of "Commercial"</summary>
1471
+ [ EnumMember ( Value = "Commercial" ) ]
1472
+ Commercial ,
1473
+ /// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1474
+ [ EnumMember ( Value = "OtherPayment" ) ]
1475
+ OtherPayment ,
1476
+ /// <summary>`purpose_code` with a value of "Trade"</summary>
1477
+ [ EnumMember ( Value = "Trade" ) ]
1478
+ Trade ,
1467
1479
}
1468
1480
1469
1481
public class BillingRequestWithActionBillingRequestsResources
Original file line number Diff line number Diff line change @@ -1157,6 +1157,18 @@ public enum BillingRequestPurposeCode
1157
1157
/// <summary>`purpose_code` with a value of "other"</summary>
1158
1158
[ EnumMember ( Value = "other" ) ]
1159
1159
Other ,
1160
+ /// <summary>`purpose_code` with a value of "Epayment"</summary>
1161
+ [ EnumMember ( Value = "Epayment" ) ]
1162
+ Epayment ,
1163
+ /// <summary>`purpose_code` with a value of "Commercial"</summary>
1164
+ [ EnumMember ( Value = "Commercial" ) ]
1165
+ Commercial ,
1166
+ /// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1167
+ [ EnumMember ( Value = "OtherPayment" ) ]
1168
+ OtherPayment ,
1169
+ /// <summary>`purpose_code` with a value of "Trade"</summary>
1170
+ [ EnumMember ( Value = "Trade" ) ]
1171
+ Trade ,
1160
1172
}
1161
1173
1162
1174
[ JsonProperty ( "subscription_request" ) ]
Original file line number Diff line number Diff line change @@ -994,6 +994,18 @@ public enum BillingRequestWithActionPurposeCode
994
994
/// <summary>`purpose_code` with a value of "other"</summary>
995
995
[ EnumMember ( Value = "other" ) ]
996
996
Other ,
997
+ /// <summary>`purpose_code` with a value of "Epayment"</summary>
998
+ [ EnumMember ( Value = "Epayment" ) ]
999
+ Epayment ,
1000
+ /// <summary>`purpose_code` with a value of "Commercial"</summary>
1001
+ [ EnumMember ( Value = "Commercial" ) ]
1002
+ Commercial ,
1003
+ /// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1004
+ [ EnumMember ( Value = "OtherPayment" ) ]
1005
+ OtherPayment ,
1006
+ /// <summary>`purpose_code` with a value of "Trade"</summary>
1007
+ [ EnumMember ( Value = "Trade" ) ]
1008
+ Trade ,
997
1009
}
998
1010
}
999
1011
You can’t perform that action at this time.
0 commit comments