We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe11784 commit 18f9b86Copy full SHA for 18f9b86
Adyen/Model/Terminal/SaleToAcquirerData.cs
@@ -46,8 +46,8 @@ public class SaleToAcquirerData
46
public string RecurringTokenService { get; set; }
47
[JsonProperty(PropertyName = "store")]
48
public string Store { get; set; }
49
- [JsonProperty(PropertyName = "sca")]
50
- public string Sca { get; set; }
+ [JsonProperty(PropertyName = "scc")]
+ public string Scc { get; set; }
51
[JsonProperty(PropertyName = "merchantAccount")]
52
public string MerchantAccount { get; set; }
53
[JsonProperty(PropertyName = "currency")]
0 commit comments