Class SettlementAllocationIntentCreateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.payments.SettlementAllocationIntentCreateParams

public class SettlementAllocationIntentCreateParams extends ApiRequestParams
  • Method Details

    • builder

    • getAmount

      Required. The amount and currency of the SettlementAllocationIntent. Allowed Currencies are gbp | eur.
    • getExpectedSettlementDate

      public Instant getExpectedSettlementDate()
      Required. Date when we expect to receive the funds. Must be in future .
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getFinancialAccount

      public String getFinancialAccount()
      Required. Financial Account Id where the funds are expected for this SettlementAllocationIntent.
    • getMetadata

      public Map<String,String> getMetadata()
      Metadata associated with the SettlementAllocationIntent.
    • getReference

      public String getReference()
      Required. Reference for the SettlementAllocationIntent. This should be same as the transaction reference used by payments processor to send funds to Stripe. Must have length between 5 and 255 characters and it must be unique among existing SettlementAllocationIntents that have a non-terminal status (pending, submitted, matched, errored).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object