public class RefundCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected Long |
completion |
protected String |
externalId |
protected String |
merchantReference |
protected List<LineItemReductionCreate> |
reductions |
protected Long |
transaction |
protected RefundType |
type |
| Constructor and Description |
|---|
RefundCreate() |
protected BigDecimal amount
protected Long completion
protected String externalId
protected String merchantReference
protected List<LineItemReductionCreate> reductions
protected Long transaction
protected RefundType type
public RefundCreate amount(BigDecimal amount)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public RefundCreate completion(Long completion)
public Long getCompletion()
public void setCompletion(Long completion)
public RefundCreate externalId(String externalId)
public String getExternalId()
public void setExternalId(String externalId)
public RefundCreate merchantReference(String merchantReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public RefundCreate reductions(List<LineItemReductionCreate> reductions)
public RefundCreate addReductionsItem(LineItemReductionCreate reductionsItem)
public List<LineItemReductionCreate> getReductions()
public void setReductions(List<LineItemReductionCreate> reductions)
public RefundCreate transaction(Long transaction)
public Long getTransaction()
public void setTransaction(Long transaction)
public RefundCreate type(RefundType type)
public RefundType getType()
public void setType(RefundType type)
Copyright © 2022. All rights reserved.