Package uk.org.netex.www.netex
Interface PaymentByMobileStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PaymentByMobileStructure,PaymentByMobileStructure.Builder
public interface PaymentByMobileStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionURL to downlaod app to pay.com.google.protobuf.ByteStringURL to downlaod app to pay.URL to make paymnet.com.google.protobuf.ByteStringURL to make paymnet.Phone number to call or text to pay.com.google.protobuf.ByteStringPhone number to call or text to pay.Phone number for support.com.google.protobuf.ByteStringPhone number for support.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPhoneNumberToPay
String getPhoneNumberToPay()Phone number to call or text to pay. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 344:72]
string phone_number_to_pay = 1;- Returns:
- The phoneNumberToPay.
-
getPhoneNumberToPayBytes
com.google.protobuf.ByteString getPhoneNumberToPayBytes()Phone number to call or text to pay. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 344:72]
string phone_number_to_pay = 1;- Returns:
- The bytes for phoneNumberToPay.
-
getSupportPhoneNumber
String getSupportPhoneNumber()Phone number for support. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 349:74]
string support_phone_number = 2;- Returns:
- The supportPhoneNumber.
-
getSupportPhoneNumberBytes
com.google.protobuf.ByteString getSupportPhoneNumberBytes()Phone number for support. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 349:74]
string support_phone_number = 2;- Returns:
- The bytes for supportPhoneNumber.
-
getPaymentUrl
String getPaymentUrl()URL to make paymnet. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 354:67]
string payment_url = 3;- Returns:
- The paymentUrl.
-
getPaymentUrlBytes
com.google.protobuf.ByteString getPaymentUrlBytes()URL to make paymnet. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 354:67]
string payment_url = 3;- Returns:
- The bytes for paymentUrl.
-
getPaymentAppDownloadUrl
String getPaymentAppDownloadUrl()URL to downlaod app to pay. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 359:78]
string payment_app_download_url = 4;- Returns:
- The paymentAppDownloadUrl.
-
getPaymentAppDownloadUrlBytes
com.google.protobuf.ByteString getPaymentAppDownloadUrlBytes()URL to downlaod app to pay. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 359:78]
string payment_app_download_url = 4;- Returns:
- The bytes for paymentAppDownloadUrl.
-