Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Paynow
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Paynow
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
For more details about Paynow, 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
ID of the location that this transaction's reader is assigned to.ID of the reader this transaction was made on.Reference number associated with this PayNow payment.int
hashCode()
void
setLocation
(String location) ID of the location that this transaction's reader is assigned to.void
ID of the reader this transaction was made on.void
setReference
(String reference) Reference number associated with this PayNow payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Paynow
public Paynow()
-
-
Method Details
-
getLocation
ID of the location that this transaction's reader is assigned to. -
getReader
ID of the reader this transaction was made on. -
getReference
Reference number associated with this PayNow payment. -
setLocation
ID of the location that this transaction's reader is assigned to. -
setReader
ID of the reader this transaction was made on. -
setReference
Reference number associated with this PayNow payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-