Skip to content

Commit f334691

Browse files
authored
Merge pull request #291 from myob-oss/master
Expose OnlinePaymentMethod
2 parents df6872d + 80cc655 commit f334691

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

MYOB.API.SDK/SDK/Contracts/Version2/Sale/Invoice.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,10 @@ public Invoice()
171171
/// </summary>
172172
public bool? CanApplyBPay { get; set; }
173173

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+
174179
}
175180
}

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2025.1.{build}
1+
version: 2025.5.{build}
22
shallow_clone: true
33
assembly_info:
44
patch: true

0 commit comments

Comments
 (0)