Package viam.app.v1
Interface Billing.PaymentMethodCardOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.PaymentMethodCard
,Billing.PaymentMethodCard.Builder
- Enclosing class:
- Billing
public static interface Billing.PaymentMethodCardOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
string brand = 1 [json_name = "brand"];
com.google.protobuf.ByteString
string brand = 1 [json_name = "brand"];
string last_four_digits = 2 [json_name = "lastFourDigits"];
com.google.protobuf.ByteString
string last_four_digits = 2 [json_name = "lastFourDigits"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getBrand
String getBrand()string brand = 1 [json_name = "brand"];
- Returns:
- The brand.
-
getBrandBytes
com.google.protobuf.ByteString getBrandBytes()string brand = 1 [json_name = "brand"];
- Returns:
- The bytes for brand.
-
getLastFourDigits
String getLastFourDigits()string last_four_digits = 2 [json_name = "lastFourDigits"];
- Returns:
- The lastFourDigits.
-
getLastFourDigitsBytes
com.google.protobuf.ByteString getLastFourDigitsBytes()string last_four_digits = 2 [json_name = "lastFourDigits"];
- Returns:
- The bytes for lastFourDigits.
-