Package com.chargehound.models
Class PastPayment.Builder
java.lang.Object
com.chargehound.models.PastPayment.Builder
- Enclosing class:
- PastPayment
public static class PastPayment.Builder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PastPayment.Builderamount(java.lang.Integer amount)PastPayment.BuilderchargedAt(java.lang.Integer chargedAt)PastPayment.BuilderchargedAt(java.lang.String chargedAt)PastPayment.Buildercurrency(java.lang.String currency)PastPaymentfinish()Finish the builder.PastPayment.Builderid(java.lang.String id)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
-
amount
-
currency
-
chargedAt
-
chargedAt
-
finish
Finish the builder.- Returns:
- PastPayment
-