Class CapacityReservationBillingEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.CapacityReservationBillingEvent
-
public class CapacityReservationBillingEvent extends java.lang.Object
An event related to a capacity reservation billing charge.
-
-
Constructor Summary
Constructors Constructor Description CapacityReservationBillingEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapacityReservationBillingEvent
description(java.lang.String description)
boolean
equals(java.lang.Object o)
java.lang.String
getDescription()
A short description of the capacity reservation billing event.org.threeten.bp.OffsetDateTime
getPostedDate()
Get postedDateCurrency
getTransactionAmount()
Get transactionAmountjava.lang.String
getTransactionType()
Indicates the type of transaction.int
hashCode()
CapacityReservationBillingEvent
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()
CapacityReservationBillingEvent
transactionAmount(Currency transactionAmount)
CapacityReservationBillingEvent
transactionType(java.lang.String transactionType)
-
-
-
Method Detail
-
transactionType
public CapacityReservationBillingEvent transactionType(java.lang.String transactionType)
-
getTransactionType
public java.lang.String getTransactionType()
Indicates the type of transaction. For example, FBA Inventory Fee- Returns:
- transactionType
-
setTransactionType
public void setTransactionType(java.lang.String transactionType)
-
postedDate
public CapacityReservationBillingEvent 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 CapacityReservationBillingEvent description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
A short description of the capacity reservation billing event.- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
transactionAmount
public CapacityReservationBillingEvent 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
-
-