Skip to content

Commit

Permalink
Add optional field partner_merchant_advice_code (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-srinivas authored Nov 13, 2023
1 parent a7f75da commit 9e3fb0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/checkout/payments/PaymentProcessing.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public final class PaymentProcessing {
@SerializedName("recommendation_code")
private String recommendationCode;

@SerializedName("partner_merchant_advice_code")
private String partnerMerchantAdviceCode;

@SerializedName("partner_order_id")
private String partnerOrderId;

Expand Down

0 comments on commit 9e3fb0c

Please sign in to comment.