Package com.stripe.model
Class Charge.PaymentMethodDetails.Multibanco
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.PaymentMethodDetails.Multibanco
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
public static class Charge.PaymentMethodDetails.Multibanco extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Multibanco()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetEntity()Entity number associated with this Multibanco payment.java.lang.StringgetReference()Reference number associated with this Multibanco payment.inthashCode()voidsetEntity(java.lang.String entity)Entity number associated with this Multibanco payment.voidsetReference(java.lang.String reference)Reference number associated with this Multibanco payment.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getEntity
public java.lang.String getEntity()
Entity number associated with this Multibanco payment.
-
getReference
public java.lang.String getReference()
Reference number associated with this Multibanco payment.
-
setEntity
public void setEntity(java.lang.String entity)
Entity number associated with this Multibanco payment.
-
setReference
public void setReference(java.lang.String reference)
Reference number associated with this Multibanco payment.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-