public final class DisputeTransaction extends Object
Modifier and Type | Field and Description |
---|---|
private BigDecimal |
amount |
private Calendar |
createdAt |
private String |
id |
private String |
orderId |
private String |
paymentInstrumentSubtype |
private String |
purchaseOrderNumber |
Constructor and Description |
---|
DisputeTransaction(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Calendar |
getCreatedAt() |
String |
getId() |
String |
getOrderId() |
String |
getPaymentInstrumentSubtype() |
String |
getPurchaseOrderNumber() |
private final BigDecimal amount
private final Calendar createdAt
private final String id
private final String orderId
private final String paymentInstrumentSubtype
private final String purchaseOrderNumber
public DisputeTransaction(NodeWrapper node)
Copyright © 2013-2020. All Rights Reserved.