Package com.stripe.model
Class Refund.DestinationDetails.BrBankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.BrBankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Refund.DestinationDetails
For more details about BrBankTransfer, 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 reference assigned to the refund.Status of the reference on the refund.inthashCode()voidsetReference(String reference) The reference assigned to the refund.voidsetReferenceStatus(String referenceStatus) Status of the reference on the refund.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BrBankTransfer
public BrBankTransfer()
-
-
Method Details
-
getReference
The reference assigned to the refund. -
getReferenceStatus
Status of the reference on the refund. This can bepending,availableorunavailable. -
setReference
The reference assigned to the refund. -
setReferenceStatus
Status of the reference on the refund. This can bepending,availableorunavailable. -
equals
-
canEqual
-
hashCode
public int hashCode()
-