Class Payout
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.net.ApiResource
-
- com.stripe.model.Payout
-
- All Implemented Interfaces:
BalanceTransactionSource,HasId,MetadataStore<Payout>,StripeObjectInterface
public class Payout extends ApiResource implements MetadataStore<Payout>, BalanceTransactionSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod
-
-
Field Summary
-
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Payout()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Payoutcancel()A previously created payout can be canceled if it has not yet been paid out.Payoutcancel(RequestOptions options)A previously created payout can be canceled if it has not yet been paid out.Payoutcancel(PayoutCancelParams params)A previously created payout can be canceled if it has not yet been paid out.Payoutcancel(PayoutCancelParams params, RequestOptions options)A previously created payout can be canceled if it has not yet been paid out.Payoutcancel(java.util.Map<java.lang.String,java.lang.Object> params)A previously created payout can be canceled if it has not yet been paid out.Payoutcancel(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)A previously created payout can be canceled if it has not yet been paid out.protected booleancanEqual(java.lang.Object other)static Payoutcreate(PayoutCreateParams params)To send funds to your own bank account, you create a new payout object.static Payoutcreate(PayoutCreateParams params, RequestOptions options)To send funds to your own bank account, you create a new payout object.static Payoutcreate(java.util.Map<java.lang.String,java.lang.Object> params)To send funds to your own bank account, you create a new payout object.static Payoutcreate(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)To send funds to your own bank account, you create a new payout object.booleanequals(java.lang.Object o)java.lang.LonggetAmount()Amount (in %s) to be transferred to your bank account or debit card.java.lang.LonggetArrivalDate()Date the payout is expected to arrive in the bank.java.lang.BooleangetAutomatic()Returnstrueif the payout was created by an automated payout schedule, andfalseif it was requested manually.java.lang.StringgetBalanceTransaction()Get ID of expandablebalanceTransactionobject.BalanceTransactiongetBalanceTransactionObject()Get expandedbalanceTransaction.java.lang.LonggetCreated()Time at which the object was created.java.lang.StringgetCurrency()Three-letter ISO currency code, in lowercase.java.lang.StringgetDescription()An arbitrary string attached to the object.java.lang.StringgetDestination()Get ID of expandabledestinationobject.ExternalAccountgetDestinationObject()Get expandeddestination.java.lang.StringgetFailureBalanceTransaction()Get ID of expandablefailureBalanceTransactionobject.BalanceTransactiongetFailureBalanceTransactionObject()Get expandedfailureBalanceTransaction.java.lang.StringgetFailureCode()Error code explaining reason for payout failure if available.java.lang.StringgetFailureMessage()Message to user further explaining reason for payout failure if available.java.lang.StringgetId()Unique identifier for the object.java.lang.BooleangetLivemode()Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.java.util.Map<java.lang.String,java.lang.String>getMetadata()Set of key-value pairs that you can attach to an object.java.lang.StringgetMethod()The method used to send this payout, which can bestandardorinstant.java.lang.StringgetObject()String representing the object's type.java.lang.StringgetOriginalPayout()Get ID of expandableoriginalPayoutobject.PayoutgetOriginalPayoutObject()Get expandedoriginalPayout.java.lang.StringgetReversedBy()Get ID of expandablereversedByobject.PayoutgetReversedByObject()Get expandedreversedBy.java.lang.StringgetSourceType()The source balance this payout came from.java.lang.StringgetStatementDescriptor()Extra information about a payout to be displayed on the user's bank statement.java.lang.StringgetStatus()Current status of the payout:paid,pending,in_transit,canceledorfailed.java.lang.StringgetType()Can bebank_accountorcard.inthashCode()static PayoutCollectionlist(PayoutListParams params)Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you.static PayoutCollectionlist(PayoutListParams params, RequestOptions options)Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you.static PayoutCollectionlist(java.util.Map<java.lang.String,java.lang.Object> params)Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you.static PayoutCollectionlist(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you.static Payoutretrieve(java.lang.String payout)Retrieves the details of an existing payout.static Payoutretrieve(java.lang.String payout, RequestOptions options)Retrieves the details of an existing payout.static Payoutretrieve(java.lang.String payout, PayoutRetrieveParams params, RequestOptions options)Retrieves the details of an existing payout.static Payoutretrieve(java.lang.String payout, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Retrieves the details of an existing payout.Payoutreverse()Reverses a payout by debiting the destination bank account.Payoutreverse(RequestOptions options)Reverses a payout by debiting the destination bank account.Payoutreverse(PayoutReverseParams params)Reverses a payout by debiting the destination bank account.Payoutreverse(PayoutReverseParams params, RequestOptions options)Reverses a payout by debiting the destination bank account.Payoutreverse(java.util.Map<java.lang.String,java.lang.Object> params)Reverses a payout by debiting the destination bank account.Payoutreverse(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Reverses a payout by debiting the destination bank account.voidsetAmount(java.lang.Long amount)Amount (in %s) to be transferred to your bank account or debit card.voidsetArrivalDate(java.lang.Long arrivalDate)Date the payout is expected to arrive in the bank.voidsetAutomatic(java.lang.Boolean automatic)Returnstrueif the payout was created by an automated payout schedule, andfalseif it was requested manually.voidsetBalanceTransaction(java.lang.String id)voidsetBalanceTransactionObject(BalanceTransaction expandableObject)voidsetCreated(java.lang.Long created)Time at which the object was created.voidsetCurrency(java.lang.String currency)Three-letter ISO currency code, in lowercase.voidsetDescription(java.lang.String description)An arbitrary string attached to the object.voidsetDestination(java.lang.String id)voidsetDestinationObject(ExternalAccount expandableObject)voidsetFailureBalanceTransaction(java.lang.String id)voidsetFailureBalanceTransactionObject(BalanceTransaction expandableObject)voidsetFailureCode(java.lang.String failureCode)Error code explaining reason for payout failure if available.voidsetFailureMessage(java.lang.String failureMessage)Message to user further explaining reason for payout failure if available.voidsetId(java.lang.String id)Unique identifier for the object.voidsetLivemode(java.lang.Boolean livemode)Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidsetMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)Set of key-value pairs that you can attach to an object.voidsetMethod(java.lang.String method)The method used to send this payout, which can bestandardorinstant.voidsetObject(java.lang.String object)String representing the object's type.voidsetOriginalPayout(java.lang.String id)voidsetOriginalPayoutObject(Payout expandableObject)voidsetReversedBy(java.lang.String id)voidsetReversedByObject(Payout expandableObject)voidsetSourceType(java.lang.String sourceType)The source balance this payout came from.voidsetStatementDescriptor(java.lang.String statementDescriptor)Extra information about a payout to be displayed on the user's bank statement.voidsetStatus(java.lang.String status)Current status of the payout:paid,pending,in_transit,canceledorfailed.voidsetType(java.lang.String type)Can bebank_accountorcard.Payoutupdate(PayoutUpdateParams params)Updates the specified payout by setting the values of the parameters passed.Payoutupdate(PayoutUpdateParams params, RequestOptions options)Updates the specified payout by setting the values of the parameters passed.Payoutupdate(java.util.Map<java.lang.String,java.lang.Object> params)Updates the specified payout by setting the values of the parameters passed.Payoutupdate(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Updates the specified payout by setting the values of the parameters passed.-
Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, classUrl, classUrl, instanceUrl, instanceUrl, request, request, requestCollection, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode, urlEncodeId
-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
-
-
-
Method Detail
-
getBalanceTransaction
public java.lang.String getBalanceTransaction()
Get ID of expandablebalanceTransactionobject.
-
setBalanceTransaction
public void setBalanceTransaction(java.lang.String id)
-
getBalanceTransactionObject
public BalanceTransaction getBalanceTransactionObject()
Get expandedbalanceTransaction.
-
setBalanceTransactionObject
public void setBalanceTransactionObject(BalanceTransaction expandableObject)
-
getDestination
public java.lang.String getDestination()
Get ID of expandabledestinationobject.
-
setDestination
public void setDestination(java.lang.String id)
-
getDestinationObject
public ExternalAccount getDestinationObject()
Get expandeddestination.
-
setDestinationObject
public void setDestinationObject(ExternalAccount expandableObject)
-
getFailureBalanceTransaction
public java.lang.String getFailureBalanceTransaction()
Get ID of expandablefailureBalanceTransactionobject.
-
setFailureBalanceTransaction
public void setFailureBalanceTransaction(java.lang.String id)
-
getFailureBalanceTransactionObject
public BalanceTransaction getFailureBalanceTransactionObject()
Get expandedfailureBalanceTransaction.
-
setFailureBalanceTransactionObject
public void setFailureBalanceTransactionObject(BalanceTransaction expandableObject)
-
getOriginalPayout
public java.lang.String getOriginalPayout()
Get ID of expandableoriginalPayoutobject.
-
setOriginalPayout
public void setOriginalPayout(java.lang.String id)
-
getOriginalPayoutObject
public Payout getOriginalPayoutObject()
Get expandedoriginalPayout.
-
setOriginalPayoutObject
public void setOriginalPayoutObject(Payout expandableObject)
-
getReversedBy
public java.lang.String getReversedBy()
Get ID of expandablereversedByobject.
-
setReversedBy
public void setReversedBy(java.lang.String id)
-
getReversedByObject
public Payout getReversedByObject()
Get expandedreversedBy.
-
setReversedByObject
public void setReversedByObject(Payout expandableObject)
-
retrieve
public static Payout retrieve(java.lang.String payout) throws StripeException
Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list, and Stripe will return the corresponding payout information.- Throws:
StripeException
-
retrieve
public static Payout retrieve(java.lang.String payout, RequestOptions options) throws StripeException
Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list, and Stripe will return the corresponding payout information.- Throws:
StripeException
-
retrieve
public static Payout retrieve(java.lang.String payout, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list, and Stripe will return the corresponding payout information.- Throws:
StripeException
-
retrieve
public static Payout retrieve(java.lang.String payout, PayoutRetrieveParams params, RequestOptions options) throws StripeException
Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list, and Stripe will return the corresponding payout information.- Throws:
StripeException
-
list
public static PayoutCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.- Throws:
StripeException
-
list
public static PayoutCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.- Throws:
StripeException
-
list
public static PayoutCollection list(PayoutListParams params) throws StripeException
Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.- Throws:
StripeException
-
list
public static PayoutCollection list(PayoutListParams params, RequestOptions options) throws StripeException
Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.- Throws:
StripeException
-
create
public static Payout create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
To send funds to your own bank account, you create a new payout object. Your Stripe balance must be able to cover the payout amount, or you’ll receive an “Insufficient Funds” error.If your API key is in test mode, money won’t actually be sent, though everything else will occur as if in live mode.
If you are creating a manual payout on a Stripe account that uses multiple payment source types, you’ll need to specify the source type balance that the payout should draw from. The balance object details available and pending amounts by source type.
- Throws:
StripeException
-
create
public static Payout create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
To send funds to your own bank account, you create a new payout object. Your Stripe balance must be able to cover the payout amount, or you’ll receive an “Insufficient Funds” error.If your API key is in test mode, money won’t actually be sent, though everything else will occur as if in live mode.
If you are creating a manual payout on a Stripe account that uses multiple payment source types, you’ll need to specify the source type balance that the payout should draw from. The balance object details available and pending amounts by source type.
- Throws:
StripeException
-
create
public static Payout create(PayoutCreateParams params) throws StripeException
To send funds to your own bank account, you create a new payout object. Your Stripe balance must be able to cover the payout amount, or you’ll receive an “Insufficient Funds” error.If your API key is in test mode, money won’t actually be sent, though everything else will occur as if in live mode.
If you are creating a manual payout on a Stripe account that uses multiple payment source types, you’ll need to specify the source type balance that the payout should draw from. The balance object details available and pending amounts by source type.
- Throws:
StripeException
-
create
public static Payout create(PayoutCreateParams params, RequestOptions options) throws StripeException
To send funds to your own bank account, you create a new payout object. Your Stripe balance must be able to cover the payout amount, or you’ll receive an “Insufficient Funds” error.If your API key is in test mode, money won’t actually be sent, though everything else will occur as if in live mode.
If you are creating a manual payout on a Stripe account that uses multiple payment source types, you’ll need to specify the source type balance that the payout should draw from. The balance object details available and pending amounts by source type.
- Throws:
StripeException
-
update
public Payout update(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.- Specified by:
updatein interfaceMetadataStore<Payout>- Throws:
StripeException
-
update
public Payout update(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.- Specified by:
updatein interfaceMetadataStore<Payout>- Throws:
StripeException
-
update
public Payout update(PayoutUpdateParams params) throws StripeException
Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.- Throws:
StripeException
-
update
public Payout update(PayoutUpdateParams params, RequestOptions options) throws StripeException
Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.- Throws:
StripeException
-
cancel
public Payout cancel() throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
cancel
public Payout cancel(RequestOptions options) throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
cancel
public Payout cancel(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
cancel
public Payout cancel(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
cancel
public Payout cancel(PayoutCancelParams params) throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
cancel
public Payout cancel(PayoutCancelParams params, RequestOptions options) throws StripeException
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.- Throws:
StripeException
-
reverse
public Payout reverse() throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
reverse
public Payout reverse(RequestOptions options) throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
reverse
public Payout reverse(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
reverse
public Payout reverse(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
reverse
public Payout reverse(PayoutReverseParams params) throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
reverse
public Payout reverse(PayoutReverseParams params, RequestOptions options) throws StripeException
Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in thependingstatus,/v1/payouts/:id/cancelshould be used instead.By requesting a reversal via
/v1/payouts/:id/reverse, you confirm that the authorized signatory of the selected bank account has authorized the debit on the bank account and that no other authorization is required.- Throws:
StripeException
-
getAmount
public java.lang.Long getAmount()
Amount (in %s) to be transferred to your bank account or debit card.
-
getArrivalDate
public java.lang.Long getArrivalDate()
Date the payout is expected to arrive in the bank. This factors in delays like weekends or bank holidays.
-
getAutomatic
public java.lang.Boolean getAutomatic()
Returnstrueif the payout was created by an automated payout schedule, andfalseif it was requested manually.
-
getCreated
public java.lang.Long getCreated()
Time at which the object was created. Measured in seconds since the Unix epoch.
-
getCurrency
public java.lang.String getCurrency()
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
getDescription
public java.lang.String getDescription()
An arbitrary string attached to the object. Often useful for displaying to users.
-
getFailureCode
public java.lang.String getFailureCode()
Error code explaining reason for payout failure if available. See Types of payout failures for a list of failure codes.
-
getFailureMessage
public java.lang.String getFailureMessage()
Message to user further explaining reason for payout failure if available.
-
getLivemode
public java.lang.Boolean getLivemode()
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
-
getMethod
public java.lang.String getMethod()
The method used to send this payout, which can bestandardorinstant.instantis only supported for payouts to debit cards. (See Instant payouts for marketplaces for more information.)
-
getObject
public java.lang.String getObject()
String representing the object's type. Objects of the same type share the same value.Equal to
payout.
-
getSourceType
public java.lang.String getSourceType()
The source balance this payout came from. One ofcard,fpx, orbank_account.
-
getStatementDescriptor
public java.lang.String getStatementDescriptor()
Extra information about a payout to be displayed on the user's bank statement.
-
getStatus
public java.lang.String getStatus()
Current status of the payout:paid,pending,in_transit,canceledorfailed. A payout ispendinguntil it is submitted to the bank, when it becomesin_transit. The status then changes topaidif the transaction goes through, or tofailedorcanceled(within 5 business days). Some failed payouts may initially show aspaidbut then change tofailed.
-
getType
public java.lang.String getType()
Can bebank_accountorcard.
-
setAmount
public void setAmount(java.lang.Long amount)
Amount (in %s) to be transferred to your bank account or debit card.
-
setArrivalDate
public void setArrivalDate(java.lang.Long arrivalDate)
Date the payout is expected to arrive in the bank. This factors in delays like weekends or bank holidays.
-
setAutomatic
public void setAutomatic(java.lang.Boolean automatic)
Returnstrueif the payout was created by an automated payout schedule, andfalseif it was requested manually.
-
setCreated
public void setCreated(java.lang.Long created)
Time at which the object was created. Measured in seconds since the Unix epoch.
-
setCurrency
public void setCurrency(java.lang.String currency)
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
setDescription
public void setDescription(java.lang.String description)
An arbitrary string attached to the object. Often useful for displaying to users.
-
setFailureCode
public void setFailureCode(java.lang.String failureCode)
Error code explaining reason for payout failure if available. See Types of payout failures for a list of failure codes.
-
setFailureMessage
public void setFailureMessage(java.lang.String failureMessage)
Message to user further explaining reason for payout failure if available.
-
setId
public void setId(java.lang.String id)
Unique identifier for the object.
-
setLivemode
public void setLivemode(java.lang.Boolean livemode)
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
-
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.
-
setMethod
public void setMethod(java.lang.String method)
The method used to send this payout, which can bestandardorinstant.instantis only supported for payouts to debit cards. (See Instant payouts for marketplaces for more information.)
-
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
payout.
-
setSourceType
public void setSourceType(java.lang.String sourceType)
The source balance this payout came from. One ofcard,fpx, orbank_account.
-
setStatementDescriptor
public void setStatementDescriptor(java.lang.String statementDescriptor)
Extra information about a payout to be displayed on the user's bank statement.
-
setStatus
public void setStatus(java.lang.String status)
Current status of the payout:paid,pending,in_transit,canceledorfailed. A payout ispendinguntil it is submitted to the bank, when it becomesin_transit. The status then changes topaidif the transaction goes through, or tofailedorcanceled(within 5 business days). Some failed payouts may initially show aspaidbut then change tofailed.
-
setType
public void setType(java.lang.String type)
Can bebank_accountorcard.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getId
public java.lang.String getId()
Unique identifier for the object.
-
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:
getMetadatain interfaceMetadataStore<Payout>
-
-