Package io.moov.sdk.models.components
Class SentReceipt.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.SentReceipt.Builder
-
- Enclosing class:
- SentReceipt
public static final class SentReceipt.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SentReceiptbuild()SentReceipt.BuilderidempotencyKey(java.lang.String idempotencyKey)The idempotency key used when creating the receipt.SentReceipt.BuilderreceiptID(java.lang.String receiptID)Unique identifier for the receipt.SentReceipt.BuildersentOn(java.time.OffsetDateTime sentOn)When the receipt was sent.
-
-
-
Method Detail
-
receiptID
public SentReceipt.Builder receiptID(java.lang.String receiptID)
Unique identifier for the receipt.
-
idempotencyKey
public SentReceipt.Builder idempotencyKey(java.lang.String idempotencyKey)
The idempotency key used when creating the receipt.
-
sentOn
public SentReceipt.Builder sentOn(java.time.OffsetDateTime sentOn)
When the receipt was sent.
-
build
public SentReceipt build()
-
-