Uses of Class
dev.vality.damsel.domain.DisposablePaymentResource
Packages that use DisposablePaymentResource
Package
Description
-
Uses of DisposablePaymentResource in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DisposablePaymentResourceMethods in dev.vality.damsel.domain that return DisposablePaymentResourceModifier and TypeMethodDescriptionDisposablePaymentResource.deepCopy()PaymentResourcePayer.getResource()DisposablePaymentResource.setClientInfo(ClientInfo client_info) DisposablePaymentResource.setPaymentSessionId(String payment_session_id) DisposablePaymentResource.setPaymentTool(PaymentTool payment_tool) Methods in dev.vality.damsel.domain with parameters of type DisposablePaymentResourceModifier and TypeMethodDescriptionintDisposablePaymentResource.compareTo(DisposablePaymentResource other) booleanDisposablePaymentResource.equals(DisposablePaymentResource that) PaymentResourcePayer.setResource(DisposablePaymentResource resource) Constructors in dev.vality.damsel.domain with parameters of type DisposablePaymentResourceModifierConstructorDescriptionPerforms a deep copy on other.PaymentResourcePayer(DisposablePaymentResource resource, ContactInfo contact_info) -
Uses of DisposablePaymentResource in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as DisposablePaymentResourceModifier and TypeFieldDescriptionCustomerBinding.payment_resourceCustomerBindingParams.payment_resourceRecurrentPaymentTool.payment_resourceRecurrentPaymentToolParams.payment_resourcePaymentResourcePayerParams.resourceMethods in dev.vality.damsel.payment_processing that return DisposablePaymentResourceModifier and TypeMethodDescriptionCustomerBinding.getPaymentResource()CustomerBindingParams.getPaymentResource()RecurrentPaymentTool.getPaymentResource()RecurrentPaymentToolParams.getPaymentResource()PaymentResourcePayerParams.getResource()Methods in dev.vality.damsel.payment_processing with parameters of type DisposablePaymentResourceModifier and TypeMethodDescriptionCustomerBinding.setPaymentResource(DisposablePaymentResource payment_resource) CustomerBindingParams.setPaymentResource(DisposablePaymentResource payment_resource) RecurrentPaymentTool.setPaymentResource(DisposablePaymentResource payment_resource) RecurrentPaymentToolParams.setPaymentResource(DisposablePaymentResource payment_resource) PaymentResourcePayerParams.setResource(DisposablePaymentResource resource) Constructors in dev.vality.damsel.payment_processing with parameters of type DisposablePaymentResourceModifierConstructorDescriptionCustomerBinding(String id, String rec_payment_tool_id, DisposablePaymentResource payment_resource, CustomerBindingStatus status) CustomerBindingParams(String customer_binding_id, String rec_payment_tool_id, DisposablePaymentResource payment_resource) PaymentResourcePayerParams(DisposablePaymentResource resource, ContactInfo contact_info) RecurrentPaymentTool(String id, String shop_id, String party_id, long domain_revision, RecurrentPaymentToolStatus status, String created_at, DisposablePaymentResource payment_resource) RecurrentPaymentToolParams(String party_id, String shop_id, DisposablePaymentResource payment_resource) -
Uses of DisposablePaymentResource in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as DisposablePaymentResourceMethods in dev.vality.damsel.proxy_provider that return DisposablePaymentResourceModifier and TypeMethodDescriptionPaymentResource.getDisposablePaymentResource()RecurrentPaymentTool.getPaymentResource()Methods in dev.vality.damsel.proxy_provider with parameters of type DisposablePaymentResourceModifier and TypeMethodDescriptionstatic PaymentResourcePaymentResource.disposable_payment_resource(DisposablePaymentResource value) voidPaymentResource.setDisposablePaymentResource(DisposablePaymentResource value) RecurrentPaymentTool.setPaymentResource(DisposablePaymentResource payment_resource) Constructors in dev.vality.damsel.proxy_provider with parameters of type DisposablePaymentResourceModifierConstructorDescriptionRecurrentPaymentTool(String id, String created_at, DisposablePaymentResource payment_resource, Cash minimal_payment_cost)