Uses of Class
dev.vality.damsel.payment_tool_provider.ApplePayRequest
Packages that use ApplePayRequest
-
Uses of ApplePayRequest in dev.vality.damsel.payment_tool_provider
Methods in dev.vality.damsel.payment_tool_provider that return ApplePayRequestModifier and TypeMethodDescriptionApplePayRequest.deepCopy()PaymentRequest.getApple()ApplePayRequest.setMerchantId(String merchant_id) ApplePayRequest.setPaymentToken(Content payment_token) Methods in dev.vality.damsel.payment_tool_provider with parameters of type ApplePayRequestModifier and TypeMethodDescriptionstatic PaymentRequestPaymentRequest.apple(ApplePayRequest value) intApplePayRequest.compareTo(ApplePayRequest other) booleanApplePayRequest.equals(ApplePayRequest that) voidPaymentRequest.setApple(ApplePayRequest value) Constructors in dev.vality.damsel.payment_tool_provider with parameters of type ApplePayRequestModifierConstructorDescriptionApplePayRequest(ApplePayRequest other) Performs a deep copy on other.