Class CreateRefund.Builder

  • Enclosing class:
    CreateRefund

    public static final class CreateRefund.Builder
    extends java.lang.Object
    • Method Detail

      • amount

        public CreateRefund.Builder amount​(long amount)
        Amount to refund in cents. If null, the original transfer's full amount will be refunded.
      • amount

        public CreateRefund.Builder amount​(java.util.Optional<java.lang.Long> amount)
        Amount to refund in cents. If null, the original transfer's full amount will be refunded.