public static interface ListenForPaymentDataThenSettle.DataOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCents()
optional uint32 cents = 3 [default = 0]; |
int |
getDollars()
required uint32 dollars = 2; |
boolean |
hasCents()
optional uint32 cents = 3 [default = 0]; |
boolean |
hasDollars()
required uint32 dollars = 2; |
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