Class ReceivedCredit.BalanceTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BalanceTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
For more details about BalanceTransfer, 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 boolean
boolean
The ID of the account that owns the source object originated the ReceivedCredit.The ID of the outbound payment object that originated the ReceivedCredit.The ID of the outbound transfer object that originated the ReceivedCredit.The ID of the payout object that originated the ReceivedCredit.getType()
Open Enum.int
hashCode()
void
setFromAccount
(String fromAccount) The ID of the account that owns the source object originated the ReceivedCredit.void
setOutboundPayment
(String outboundPayment) The ID of the outbound payment object that originated the ReceivedCredit.void
setOutboundTransfer
(String outboundTransfer) The ID of the outbound transfer object that originated the ReceivedCredit.void
setPayoutV1
(String payoutV1) The ID of the payout object that originated the ReceivedCredit.void
Open Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BalanceTransfer
public BalanceTransfer()
-
-
Method Details
-
getFromAccount
The ID of the account that owns the source object originated the ReceivedCredit. -
getOutboundPayment
The ID of the outbound payment object that originated the ReceivedCredit. -
getOutboundTransfer
The ID of the outbound transfer object that originated the ReceivedCredit. -
getPayoutV1
The ID of the payout object that originated the ReceivedCredit. -
getType
Open Enum. The type of Stripe Money Movement that originated the ReceivedCredit.One of
outbound_payment
,outbound_transfer
, orpayout_v1
. -
setFromAccount
The ID of the account that owns the source object originated the ReceivedCredit. -
setOutboundPayment
The ID of the outbound payment object that originated the ReceivedCredit. -
setOutboundTransfer
The ID of the outbound transfer object that originated the ReceivedCredit. -
setPayoutV1
The ID of the payout object that originated the ReceivedCredit. -
setType
Open Enum. The type of Stripe Money Movement that originated the ReceivedCredit.One of
outbound_payment
,outbound_transfer
, orpayout_v1
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-