Uses of Class
dev.vality.damsel.payment_tool_provider.GooglePayRequest
Packages that use GooglePayRequest
-
Uses of GooglePayRequest in dev.vality.damsel.payment_tool_provider
Methods in dev.vality.damsel.payment_tool_provider that return GooglePayRequestModifier and TypeMethodDescriptionGooglePayRequest.deepCopy()PaymentRequest.getGoogle()GooglePayRequest.setGatewayMerchantId(String gateway_merchant_id) GooglePayRequest.setPaymentToken(Content payment_token) Methods in dev.vality.damsel.payment_tool_provider with parameters of type GooglePayRequestModifier and TypeMethodDescriptionintGooglePayRequest.compareTo(GooglePayRequest other) booleanGooglePayRequest.equals(GooglePayRequest that) static PaymentRequestPaymentRequest.google(GooglePayRequest value) voidPaymentRequest.setGoogle(GooglePayRequest value) Constructors in dev.vality.damsel.payment_tool_provider with parameters of type GooglePayRequestModifierConstructorDescriptionGooglePayRequest(GooglePayRequest other) Performs a deep copy on other.