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 8b020b5 + 182da0a commit 6c75076Copy full SHA for 6c75076
src/main/java/com/bitpay/sdk/model/Invoice/Invoice.java
@@ -424,7 +424,7 @@ public void setBuyerSms(String _buyerSms) {
424
// Response fields
425
//
426
427
- @JsonIgnore
+ @JsonProperty("forcedBuyerSelectedTransactionCurrency")
428
public String getForcedBuyerSelectedTransactionCurrency() {
429
return _forcedBuyerSelectedTransactionCurrency;
430
}
0 commit comments