We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df6872d + 80cc655 commit f334691Copy full SHA for f334691
2 files changed
MYOB.API.SDK/SDK/Contracts/Version2/Sale/Invoice.cs
@@ -171,5 +171,10 @@ public Invoice()
171
/// </summary>
172
public bool? CanApplyBPay { get; set; }
173
174
+ /// <summary>
175
+ /// Online Payment Methods should be turned on for this resource. Values can be 'All' or 'None'.
176
+ /// </summary>
177
+ public string OnlinePaymentMethod { get; set; }
178
+
179
}
180
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2025.1.{build}
+version: 2025.5.{build}
2
shallow_clone: true
3
assembly_info:
4
patch: true
0 commit comments