Class ValueAddedServiceChargeEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.ValueAddedServiceChargeEvent
-
public class ValueAddedServiceChargeEvent extends java.lang.Object
An event related to a value added service charge.
-
-
Constructor Summary
Constructors Constructor Description ValueAddedServiceChargeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueAddedServiceChargeEvent
description(java.lang.String description)
boolean
equals(java.lang.Object o)
java.lang.String
getDescription()
A short description of the service charge event.org.threeten.bp.OffsetDateTime
getPostedDate()
Get postedDateCurrency
getTransactionAmount()
Get transactionAmountjava.lang.String
getTransactionType()
Indicates the type of transaction.int
hashCode()
ValueAddedServiceChargeEvent
postedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setDescription(java.lang.String description)
void
setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setTransactionAmount(Currency transactionAmount)
void
setTransactionType(java.lang.String transactionType)
java.lang.String
toString()
ValueAddedServiceChargeEvent
transactionAmount(Currency transactionAmount)
ValueAddedServiceChargeEvent
transactionType(java.lang.String transactionType)
-
-
-
Method Detail
-
transactionType
public ValueAddedServiceChargeEvent transactionType(java.lang.String transactionType)
-
getTransactionType
public java.lang.String getTransactionType()
Indicates the type of transaction. Example: 'Other Support Service fees'- Returns:
- transactionType
-
setTransactionType
public void setTransactionType(java.lang.String transactionType)
-
postedDate
public ValueAddedServiceChargeEvent postedDate(org.threeten.bp.OffsetDateTime postedDate)
-
getPostedDate
public org.threeten.bp.OffsetDateTime getPostedDate()
Get postedDate- Returns:
- postedDate
-
setPostedDate
public void setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
-
description
public ValueAddedServiceChargeEvent description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
A short description of the service charge event.- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
transactionAmount
public ValueAddedServiceChargeEvent transactionAmount(Currency transactionAmount)
-
getTransactionAmount
public Currency getTransactionAmount()
Get transactionAmount- Returns:
- transactionAmount
-
setTransactionAmount
public void setTransactionAmount(Currency transactionAmount)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-