Class PaymentIntent.TransferData

    • Constructor Detail

      • TransferData

        public TransferData()
    • Method Detail

      • getDestination

        public java.lang.String getDestination()
      • setDestination

        public void setDestination​(java.lang.String destinationId)
      • getDestinationObject

        public Account getDestinationObject()
      • setDestinationObject

        public void setDestinationObject​(Account c)
      • getAmount

        @Deprecated
        public java.lang.Long getAmount()
        Deprecated.
        This property is now deprecated and is only present for legacy reasons.
        The amount attribute.
      • setAmount

        @Deprecated
        public void setAmount​(java.lang.Long amount)
        Deprecated.
        This property is now deprecated and is only present for legacy reasons.
        The amount attribute.
      • 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