Skip to content
Open
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
2 changes: 2 additions & 0 deletions BuckarooSdk/DataTypes/RequestBases/DataBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public class DataBase : IRequestBase
public string ReturnUrlCancel { get; set; }
public string ReturnUrlError { get; set; }
public string ReturnUrlReject { get; set; }
public string PushUrl { get; set; }
public string PushURLFailure { get; set; }
public string Invoice { get; set; }
public string Description { get; set; }
public string Currency { get; set; }
Expand Down