Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions MYOB.API.SDK/SDK/Contracts/Version2/Sale/Invoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,10 @@ public Invoice()
/// </summary>
public bool? CanApplyBPay { get; set; }

/// <summary>
/// Online Payment Methods should be turned on for this resource. Values can be 'All' or 'None'.
/// </summary>
public string OnlinePaymentMethod { get; set; }

}
}
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2025.1.{build}
version: 2025.4.{build}
shallow_clone: true
assembly_info:
patch: true
Expand Down
Loading