public class PaymentSummary extends Object implements Serializable
Constructor and Description |
---|
PaymentSummary() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
javax.money.MonetaryAmount |
getAdjustmentsTotal() |
javax.money.MonetaryAmount |
getAmount() |
javax.money.MonetaryAmount |
getAmountAuthorized()
The total authorized amount for capture.
|
javax.money.MonetaryAmount |
getAmountCaptured()
The total captured amount.
|
javax.money.MonetaryAmount |
getAmountCredited()
The total detached credit amount.
|
javax.money.MonetaryAmount |
getAmountRefunded()
The total refunded amount.
|
javax.money.MonetaryAmount |
getAmountSettled()
The total settled amount.
|
javax.money.MonetaryAmount |
getAmountVoided()
The total voided amount.
|
Map<String,String> |
getAttributes() |
Map<String,String> |
getDisplayAttributes() |
javax.money.MonetaryAmount |
getFulfillmentTotal() |
String |
getGatewayType() |
Boolean |
getIsSingleUsePaymentMethod() |
String |
getName() |
String |
getPaymentId() |
javax.money.MonetaryAmount |
getSubtotal() |
javax.money.MonetaryAmount |
getTaxTotal() |
int |
hashCode() |
void |
setAdjustmentsTotal(javax.money.MonetaryAmount adjustmentsTotal) |
void |
setAmount(javax.money.MonetaryAmount amount) |
void |
setAmountAuthorized(javax.money.MonetaryAmount amountAuthorized)
The total authorized amount for capture.
|
void |
setAmountCaptured(javax.money.MonetaryAmount amountCaptured)
The total captured amount.
|
void |
setAmountCredited(javax.money.MonetaryAmount amountCredited)
The total detached credit amount.
|
void |
setAmountRefunded(javax.money.MonetaryAmount amountRefunded)
The total refunded amount.
|
void |
setAmountSettled(javax.money.MonetaryAmount amountSettled)
The total settled amount.
|
void |
setAmountVoided(javax.money.MonetaryAmount amountVoided)
The total voided amount.
|
void |
setAttributes(Map<String,String> attributes) |
void |
setDisplayAttributes(Map<String,String> displayAttributes) |
void |
setFulfillmentTotal(javax.money.MonetaryAmount fulfillmentTotal) |
void |
setGatewayType(String gatewayType) |
void |
setIsSingleUsePaymentMethod(Boolean isSingleUsePaymentMethod) |
void |
setName(String name) |
void |
setPaymentId(String paymentId) |
void |
setSubtotal(javax.money.MonetaryAmount subtotal) |
void |
setTaxTotal(javax.money.MonetaryAmount taxTotal) |
String |
toString() |
public String getPaymentId()
Payment.getId()
public String getName()
Payment.getName()
public String getGatewayType()
Payment.getGatewayType()
public Map<String,String> getAttributes()
Payment.getAttributes()
public Map<String,String> getDisplayAttributes()
Payment.getDisplayAttributes()
public Boolean getIsSingleUsePaymentMethod()
Payment.isSingleUsePaymentMethod()
public javax.money.MonetaryAmount getAmount()
Payment.getAmount()
public javax.money.MonetaryAmount getSubtotal()
Payment.getSubtotal()
public javax.money.MonetaryAmount getAdjustmentsTotal()
Payment.getAdjustmentsTotal()
public javax.money.MonetaryAmount getFulfillmentTotal()
Payment.getFulfillmentTotal()
public javax.money.MonetaryAmount getTaxTotal()
Payment.getTaxTotal()
public javax.money.MonetaryAmount getAmountAuthorized()
public javax.money.MonetaryAmount getAmountCaptured()
public javax.money.MonetaryAmount getAmountRefunded()
public javax.money.MonetaryAmount getAmountVoided()
public javax.money.MonetaryAmount getAmountSettled()
public javax.money.MonetaryAmount getAmountCredited()
public void setPaymentId(String paymentId)
Payment.getId()
public void setName(String name)
Payment.getName()
public void setGatewayType(String gatewayType)
Payment.getGatewayType()
public void setAttributes(Map<String,String> attributes)
Payment.getAttributes()
public void setDisplayAttributes(Map<String,String> displayAttributes)
Payment.getDisplayAttributes()
public void setIsSingleUsePaymentMethod(Boolean isSingleUsePaymentMethod)
Payment.isSingleUsePaymentMethod()
public void setAmount(javax.money.MonetaryAmount amount)
Payment.getAmount()
public void setSubtotal(javax.money.MonetaryAmount subtotal)
Payment.getSubtotal()
public void setAdjustmentsTotal(javax.money.MonetaryAmount adjustmentsTotal)
Payment.getAdjustmentsTotal()
public void setFulfillmentTotal(javax.money.MonetaryAmount fulfillmentTotal)
Payment.getFulfillmentTotal()
public void setTaxTotal(javax.money.MonetaryAmount taxTotal)
Payment.getTaxTotal()
public void setAmountAuthorized(javax.money.MonetaryAmount amountAuthorized)
amountAuthorized
- the total authorized amount for capturepublic void setAmountCaptured(javax.money.MonetaryAmount amountCaptured)
amountCaptured
- the total captured amountpublic void setAmountRefunded(javax.money.MonetaryAmount amountRefunded)
amountRefunded
- the total refunded amountpublic void setAmountVoided(javax.money.MonetaryAmount amountVoided)
amountVoided
- the total voided amountpublic void setAmountSettled(javax.money.MonetaryAmount amountSettled)
amountSettled
- the total settled amountpublic void setAmountCredited(javax.money.MonetaryAmount amountCredited)
amountCredited
- the total detached credit amountprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.