Package com.stripe.model
Class SourceTransaction.GbpCreditTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.GbpCreditTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceTransaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.The credit transfer rails the sender used to push this transfer.getLast4()
Last 4 digits of sender account number associated with the transfer.Sender entered arbitrary information about the transfer.Sender account number associated with the transfer.Sender name associated with the transfer.Sender sort code associated with the transfer.int
hashCode()
void
setFingerprint
(String fingerprint) Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.void
setFundingMethod
(String fundingMethod) The credit transfer rails the sender used to push this transfer.void
Last 4 digits of sender account number associated with the transfer.void
setReference
(String reference) Sender entered arbitrary information about the transfer.void
setSenderAccountNumber
(String senderAccountNumber) Sender account number associated with the transfer.void
setSenderName
(String senderName) Sender name associated with the transfer.void
setSenderSortCode
(String senderSortCode) Sender sort code associated with the transfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
GbpCreditTransfer
public GbpCreditTransfer()
-
-
Method Details
-
getFingerprint
Bank account fingerprint associated with the Stripe owned bank account receiving the transfer. -
getFundingMethod
The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported. -
getLast4
Last 4 digits of sender account number associated with the transfer. -
getReference
Sender entered arbitrary information about the transfer. -
getSenderAccountNumber
Sender account number associated with the transfer. -
getSenderName
Sender name associated with the transfer. -
getSenderSortCode
Sender sort code associated with the transfer. -
setFingerprint
Bank account fingerprint associated with the Stripe owned bank account receiving the transfer. -
setFundingMethod
The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported. -
setLast4
Last 4 digits of sender account number associated with the transfer. -
setReference
Sender entered arbitrary information about the transfer. -
setSenderAccountNumber
Sender account number associated with the transfer. -
setSenderName
Sender name associated with the transfer. -
setSenderSortCode
Sender sort code associated with the transfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-