Class SentReceipt.Builder

  • Enclosing class:
    SentReceipt

    public static final class SentReceipt.Builder
    extends java.lang.Object
    • 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.