Uses of Class
dev.vality.damsel.base.Content
Packages that use Content
Package
Description
-
Uses of Content in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return ContentModifier and TypeMethodDescriptionContent.deepCopy()Content.setData(byte[] data) Content.setData(ByteBuffer data) Тип содержимого, согласно [RFC2046](https://www.ietf.org/rfc/rfc2046)Methods in dev.vality.damsel.base with parameters of type ContentModifier and TypeMethodDescriptionintbooleanConstructors in dev.vality.damsel.base with parameters of type Content -
Uses of Content in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ContentModifier and TypeFieldDescriptionInvoice.contextInvoicePayment.contextInvoicePaymentChargeback.contextInvoiceTemplate.contextGenericPaymentTool.dataДанные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`.Methods in dev.vality.damsel.domain that return ContentModifier and TypeMethodDescriptionInvoice.getContext()InvoicePayment.getContext()InvoicePaymentChargeback.getContext()InvoiceTemplate.getContext()GenericPaymentTool.getData()Данные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`.Methods in dev.vality.damsel.domain with parameters of type ContentModifier and TypeMethodDescriptionInvoice.setContext(Content context) InvoicePayment.setContext(Content context) InvoicePaymentChargeback.setContext(Content context) InvoiceTemplate.setContext(Content context) Данные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`. -
Uses of Content in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as ContentMethods in dev.vality.damsel.merch_stat that return ContentModifier and TypeMethodDescriptionStatChargeback.getContent()StatInvoice.getContext()StatPayment.getContext()Methods in dev.vality.damsel.merch_stat with parameters of type ContentModifier and TypeMethodDescriptionStatChargeback.setContent(Content content) StatInvoice.setContext(Content context) StatPayment.setContext(Content context) -
Uses of Content in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContentModifier and TypeFieldDescriptionInvoiceParams.contextInvoicePaymentChargebackParams.contextДополнительные метаданные по чарджбэкуInvoicePaymentParams.contextInvoiceTemplateCreateParams.contextInvoiceTemplateUpdateParams.contextInvoiceWithTemplateParams.contextRegisterInvoicePaymentParams.contextMethods in dev.vality.damsel.payment_processing that return ContentModifier and TypeMethodDescriptionInvoiceParams.getContext()InvoicePaymentChargebackParams.getContext()Дополнительные метаданные по чарджбэкуInvoicePaymentParams.getContext()InvoiceTemplateCreateParams.getContext()InvoiceTemplateUpdateParams.getContext()InvoiceWithTemplateParams.getContext()RegisterInvoicePaymentParams.getContext()Methods in dev.vality.damsel.payment_processing with parameters of type ContentModifier and TypeMethodDescriptionInvoiceParams.setContext(Content context) InvoicePaymentChargebackParams.setContext(Content context) Дополнительные метаданные по чарджбэкуInvoicePaymentParams.setContext(Content context) InvoiceTemplateCreateParams.setContext(Content context) InvoiceTemplateUpdateParams.setContext(Content context) InvoiceWithTemplateParams.setContext(Content context) RegisterInvoicePaymentParams.setContext(Content context) Constructors in dev.vality.damsel.payment_processing with parameters of type ContentModifierConstructorDescriptionInvoiceParams(String party_id, String shop_id, InvoiceDetails details, String due, Cash cost, Content context, String id) InvoiceTemplateCreateParams(String template_id, String party_id, String shop_id, LifetimeInterval invoice_lifetime, String product, InvoiceTemplateDetails details, Content context) -
Uses of Content in dev.vality.damsel.payment_tool_provider
Fields in dev.vality.damsel.payment_tool_provider declared as ContentModifier and TypeFieldDescriptionApplePayRequest.payment_tokenGooglePayRequest.payment_tokenYandexPayRequest.payment_tokenMethods in dev.vality.damsel.payment_tool_provider that return ContentModifier and TypeMethodDescriptionApplePayRequest.getPaymentToken()GooglePayRequest.getPaymentToken()YandexPayRequest.getPaymentToken()Methods in dev.vality.damsel.payment_tool_provider with parameters of type ContentModifier and TypeMethodDescriptionApplePayRequest.setPaymentToken(Content payment_token) GooglePayRequest.setPaymentToken(Content payment_token) YandexPayRequest.setPaymentToken(Content payment_token) Constructors in dev.vality.damsel.payment_tool_provider with parameters of type ContentModifierConstructorDescriptionApplePayRequest(String merchant_id, Content payment_token) GooglePayRequest(String gateway_merchant_id, Content payment_token) YandexPayRequest(String gateway_merchant_id, Content payment_token)