public static interface AuthorizePayment.DataOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCents()
optional uint32 cents = 3 [default = 0]; |
int |
getDollars()
required uint32 dollars = 2; |
java.lang.String |
getPayid()
required string payid = 1; |
com.google.protobuf.ByteString |
getPayidBytes()
required string payid = 1; |
boolean |
hasCents()
optional uint32 cents = 3 [default = 0]; |
boolean |
hasDollars()
required uint32 dollars = 2; |
boolean |
hasPayid()
required string payid = 1; |
boolean hasPayid()
required string payid = 1;
the id associated with the payment data e.g. returned from WaitForPaymentDataFromHardware
java.lang.String getPayid()
required string payid = 1;
the id associated with the payment data e.g. returned from WaitForPaymentDataFromHardware
com.google.protobuf.ByteString getPayidBytes()
required string payid = 1;
the id associated with the payment data e.g. returned from WaitForPaymentDataFromHardware
boolean hasDollars()
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
int getDollars()
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
boolean hasCents()
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y
int getCents()
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y