Class PostInvoiceBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-09-30T13:55:23.869766Z[Etc/UTC]")
    public class PostInvoiceBankModel
    extends Object
    PostInvoiceBankModel
    • Constructor Detail

      • PostInvoiceBankModel

        public PostInvoiceBankModel()
    • Method Detail

      • getAsset

        @Nonnull
        public String getAsset()
        The asset code the customer will receive the funds in.
        Returns:
        asset
      • setAsset

        public void setAsset​(String asset)
      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The unique identifier for the customer.
        Returns:
        customerGuid
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getReceiveAmount

        @Nullable
        public BigInteger getReceiveAmount()
        The amount to be received in base units of the asset, i.e., the amount the customer will receive after fees. ONLY one of receive_amount or deliver_amount is required.
        Returns:
        receiveAmount
      • setReceiveAmount

        public void setReceiveAmount​(BigInteger receiveAmount)
      • getDeliverAmount

        @Nullable
        public BigInteger getDeliverAmount()
        The amount to be delivered in base units of the asset, i.e., the amount the customer will receive before fees. ONLY one of receive_amount or deliver_amount is required.
        Returns:
        deliverAmount
      • setDeliverAmount

        public void setDeliverAmount​(BigInteger deliverAmount)
      • getAccountGuid

        @Nullable
        public String getAccountGuid()
        The identifier for the account to use for the transfer. Required if the customer has multiple fiat accounts. Currently only valid for invoices paid to a fiat account.
        Returns:
        accountGuid
      • setAccountGuid

        public void setAccountGuid​(String accountGuid)
      • getLabels

        @Nullable
        public List<String> getLabels()
        The labels associated with the customer.
        Returns:
        labels
      • setLabels

        public void setLabels​(List<String> labels)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object