Package com.stripe.model
Class PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails
public static class PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent
extends StripeObject
For more details about CardPresent, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Offline, please refer to the API Reference.static classFor more details about Receipt, please refer to the API Reference.static classFor more details about Wallet, 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 booleanbooleangetBrand()getIin()getLast4()inthashCode()voidsetAmountAuthorized(Long amountAuthorized) voidvoidsetBrandProduct(String brandProduct) voidsetCaptureBefore(Long captureBefore) voidsetCardholderName(String cardholderName) voidsetCountry(String country) voidsetDescription(String description) voidsetEmvAuthData(String emvAuthData) voidsetExpMonth(Long expMonth) voidsetExpYear(Long expYear) voidsetFingerprint(String fingerprint) voidsetFunding(String funding) voidsetGeneratedCard(String generatedCard) voidvoidsetIncrementalAuthorizationSupported(Boolean incrementalAuthorizationSupported) voidvoidvoidsetNetwork(String network) voidsetNetworkTransactionId(String networkTransactionId) voidvoidsetOvercaptureSupported(Boolean overcaptureSupported) voidsetPreferredLocales(List<String> preferredLocales) voidsetReadMethod(String readMethod) voidvoidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details
-
getAmountAuthorized
-
getBrand
-
getBrandProduct
-
getCaptureBefore
-
getCardholderName
-
getCountry
-
getDescription
-
getEmvAuthData
-
getExpMonth
-
getExpYear
-
getFingerprint
-
getFunding
-
getGeneratedCard
-
getIin
-
getIncrementalAuthorizationSupported
-
getIssuer
-
getLast4
-
getNetwork
-
getNetworkTransactionId
-
getOffline
-
getOvercaptureSupported
-
getPreferredLocales
-
getReadMethod
-
getReceipt
-
getWallet
-
setAmountAuthorized
-
setBrand
-
setBrandProduct
-
setCaptureBefore
-
setCardholderName
-
setCountry
-
setDescription
-
setEmvAuthData
-
setExpMonth
-
setExpYear
-
setFingerprint
-
setFunding
-
setGeneratedCard
-
setIin
-
setIncrementalAuthorizationSupported
-
setIssuer
-
setLast4
-
setNetwork
-
setNetworkTransactionId
-
setOffline
public void setOffline(PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent.Offline offline) -
setOvercaptureSupported
-
setPreferredLocales
-
setReadMethod
-
setReceipt
public void setReceipt(PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent.Receipt receipt) -
setWallet
public void setWallet(PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent.Wallet wallet) -
equals
-
canEqual
-
hashCode
public int hashCode()
-