Package com.stripe.model
Class BalanceSettings.Payments.Payouts.AutomaticTransferRulesByCurrency
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BalanceSettings.Payments.Payouts.AutomaticTransferRulesByCurrency
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BalanceSettings.Payments.Payouts
public static class BalanceSettings.Payments.Payouts.AutomaticTransferRulesByCurrency
extends StripeObject
For more details about AutomaticTransferRulesByCurrency, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the FinancialAccount that funds will be transferred to during automatic transfers.The maximum amount in minor units to transfer to the FinancialAccount.getType()The type of automatic transfer rule.inthashCode()voidsetPayoutMethod(String payoutMethod) The ID of the FinancialAccount that funds will be transferred to during automatic transfers.voidsetTransferUpToAmount(Long transferUpToAmount) The maximum amount in minor units to transfer to the FinancialAccount.voidThe type of automatic transfer rule.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticTransferRulesByCurrency
public AutomaticTransferRulesByCurrency()
-
-
Method Details
-
getPayoutMethod
The ID of the FinancialAccount that funds will be transferred to during automatic transfers. -
getTransferUpToAmount
The maximum amount in minor units to transfer to the FinancialAccount. Only applicable whentypeistransfer_up_to_amount. -
getType
The type of automatic transfer rule.One of
transfer_all, ortransfer_up_to_amount. -
setPayoutMethod
The ID of the FinancialAccount that funds will be transferred to during automatic transfers. -
setTransferUpToAmount
The maximum amount in minor units to transfer to the FinancialAccount. Only applicable whentypeistransfer_up_to_amount. -
setType
The type of automatic transfer rule.One of
transfer_all, ortransfer_up_to_amount. -
equals
-
canEqual
-
hashCode
public int hashCode()
-