public static interface CloudPaymentInitiated.DataOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBrand()
required string brand = 2; |
com.google.protobuf.ByteString |
getBrandBytes()
required string brand = 2; |
int |
getCents()
optional uint32 cents = 4 [default = 0]; |
java.lang.String |
getCurrency()
optional string currency = 5 [default = "USD"]; |
com.google.protobuf.ByteString |
getCurrencyBytes()
optional string currency = 5 [default = "USD"]; |
int |
getDollars()
required uint32 dollars = 3; |
java.lang.String |
getPayid()
required string payid = 1; |
com.google.protobuf.ByteString |
getPayidBytes()
required string payid = 1; |
boolean |
hasBrand()
required string brand = 2; |
boolean |
hasCents()
optional uint32 cents = 4 [default = 0]; |
boolean |
hasCurrency()
optional string currency = 5 [default = "USD"]; |
boolean |
hasDollars()
required uint32 dollars = 3; |
boolean |
hasPayid()
required string payid = 1; |
boolean hasPayid()
required string payid = 1;java.lang.String getPayid()
required string payid = 1;com.google.protobuf.ByteString getPayidBytes()
required string payid = 1;boolean hasBrand()
required string brand = 2;
string indicating the brand of cloud payment, e.g. PayPal
java.lang.String getBrand()
required string brand = 2;
string indicating the brand of cloud payment, e.g. PayPal
com.google.protobuf.ByteString getBrandBytes()
required string brand = 2;
string indicating the brand of cloud payment, e.g. PayPal
boolean hasDollars()
required uint32 dollars = 3;
number of dollars from the cloud payment method, the X in $X.Y
int getDollars()
required uint32 dollars = 3;
number of dollars from the cloud payment method, the X in $X.Y
boolean hasCents()
optional uint32 cents = 4 [default = 0];
number of cents from the cloud payment method, the Y in $X.Y
int getCents()
optional uint32 cents = 4 [default = 0];
number of cents from the cloud payment method, the Y in $X.Y
boolean hasCurrency()
optional string currency = 5 [default = "USD"];
Type of Currency; default "USD"
java.lang.String getCurrency()
optional string currency = 5 [default = "USD"];
Type of Currency; default "USD"
com.google.protobuf.ByteString getCurrencyBytes()
optional string currency = 5 [default = "USD"];
Type of Currency; default "USD"