Class TransferReversal

    • Constructor Detail

      • TransferReversal

        public TransferReversal()
    • Method Detail

      • getBalanceTransaction

        public java.lang.String getBalanceTransaction()
        Get ID of expandable balanceTransaction object.
      • setBalanceTransaction

        public void setBalanceTransaction​(java.lang.String id)
      • getBalanceTransactionObject

        public BalanceTransaction getBalanceTransactionObject()
        Get expanded balanceTransaction.
      • setBalanceTransactionObject

        public void setBalanceTransactionObject​(BalanceTransaction expandableObject)
      • getDestinationPaymentRefund

        public java.lang.String getDestinationPaymentRefund()
        Get ID of expandable destinationPaymentRefund object.
      • setDestinationPaymentRefund

        public void setDestinationPaymentRefund​(java.lang.String id)
      • getDestinationPaymentRefundObject

        public Refund getDestinationPaymentRefundObject()
        Get expanded destinationPaymentRefund.
      • setDestinationPaymentRefundObject

        public void setDestinationPaymentRefundObject​(Refund expandableObject)
      • getSourceRefund

        public java.lang.String getSourceRefund()
        Get ID of expandable sourceRefund object.
      • setSourceRefund

        public void setSourceRefund​(java.lang.String id)
      • getSourceRefundObject

        public Refund getSourceRefundObject()
        Get expanded sourceRefund.
      • setSourceRefundObject

        public void setSourceRefundObject​(Refund expandableObject)
      • getTransfer

        public java.lang.String getTransfer()
        Get ID of expandable transfer object.
      • setTransfer

        public void setTransfer​(java.lang.String id)
      • getTransferObject

        public Transfer getTransferObject()
        Get expanded transfer.
      • setTransferObject

        public void setTransferObject​(Transfer expandableObject)
      • update

        public TransferReversal update​(java.util.Map<java.lang.String,​java.lang.Object> params)
                                throws StripeException
        Updates the specified reversal by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

        This request only accepts metadata and description as arguments.

        Specified by:
        update in interface MetadataStore<TransferReversal>
        Throws:
        StripeException
      • getAmount

        public java.lang.Long getAmount()
        Amount, in %s.
      • getCreated

        public java.lang.Long getCreated()
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to transfer_reversal.

      • setAmount

        public void setAmount​(java.lang.Long amount)
        Amount, in %s.
      • setCreated

        public void setCreated​(java.lang.Long created)
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setMetadata

        public void setMetadata​(java.util.Map<java.lang.String,​java.lang.String> metadata)
        Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to transfer_reversal.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getId

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId
      • getMetadata

        public java.util.Map<java.lang.String,​java.lang.String> getMetadata()
        Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
        Specified by:
        getMetadata in interface MetadataStore<TransferReversal>