Uses of Class
dev.vality.damsel.base.Content
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.payment_tool_provider |
-
Uses of Content in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return Content Modifier and Type Method Description ContentContent. deepCopy()ContentContent. setData(byte[] data)ContentContent. setData(ByteBuffer data)ContentContent. setType(String type)Тип содержимого, согласно [RFC2046](https://www.ietf.org/rfc/rfc2046)Methods in dev.vality.damsel.base with parameters of type Content Modifier and Type Method Description intContent. compareTo(Content other)booleanContent. equals(Content that)Constructors in dev.vality.damsel.base with parameters of type Content Constructor Description Content(Content other)Performs a deep copy on other. -
Uses of Content in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Content Modifier and Type Field Description ContentInvoice. contextContentInvoicePayment. contextContentInvoicePaymentChargeback. contextContentInvoiceTemplate. contextContentGenericPaymentTool. dataДанные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`.Methods in dev.vality.damsel.domain that return Content Modifier and Type Method Description ContentInvoice. getContext()ContentInvoicePayment. getContext()ContentInvoicePaymentChargeback. getContext()ContentInvoiceTemplate. getContext()ContentGenericPaymentTool. getData()Данные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`.Methods in dev.vality.damsel.domain with parameters of type Content Modifier and Type Method Description InvoiceInvoice. setContext(Content context)InvoicePaymentInvoicePayment. setContext(Content context)InvoicePaymentChargebackInvoicePaymentChargeback. setContext(Content context)InvoiceTemplateInvoiceTemplate. setContext(Content context)GenericPaymentToolGenericPaymentTool. setData(Content data)Данные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`. -
Uses of Content in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as Content Modifier and Type Field Description ContentStatChargeback. contentContentStatInvoice. contextContentStatPayment. contextMethods in dev.vality.damsel.merch_stat that return Content Modifier and Type Method Description ContentStatChargeback. getContent()ContentStatInvoice. getContext()ContentStatPayment. getContext()Methods in dev.vality.damsel.merch_stat with parameters of type Content Modifier and Type Method Description StatChargebackStatChargeback. setContent(Content content)StatInvoiceStatInvoice. setContext(Content context)StatPaymentStatPayment. setContext(Content context) -
Uses of Content in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Content Modifier and Type Field Description ContentInvoiceParams. contextContentInvoicePaymentChargebackParams. contextДополнительные метаданные по чарджбэкуContentInvoicePaymentParams. contextContentInvoiceTemplateCreateParams. contextContentInvoiceTemplateUpdateParams. contextContentInvoiceWithTemplateParams. contextMethods in dev.vality.damsel.payment_processing that return Content Modifier and Type Method Description ContentInvoiceParams. getContext()ContentInvoicePaymentChargebackParams. getContext()Дополнительные метаданные по чарджбэкуContentInvoicePaymentParams. getContext()ContentInvoiceTemplateCreateParams. getContext()ContentInvoiceTemplateUpdateParams. getContext()ContentInvoiceWithTemplateParams. getContext()Methods in dev.vality.damsel.payment_processing with parameters of type Content Modifier and Type Method Description InvoiceParamsInvoiceParams. setContext(Content context)InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setContext(Content context)Дополнительные метаданные по чарджбэкуInvoicePaymentParamsInvoicePaymentParams. setContext(Content context)InvoiceTemplateCreateParamsInvoiceTemplateCreateParams. setContext(Content context)InvoiceTemplateUpdateParamsInvoiceTemplateUpdateParams. setContext(Content context)InvoiceWithTemplateParamsInvoiceWithTemplateParams. setContext(Content context)Constructors in dev.vality.damsel.payment_processing with parameters of type Content Constructor Description InvoiceParams(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 Content Modifier and Type Field Description ContentApplePayRequest. payment_tokenContentGooglePayRequest. payment_tokenContentYandexPayRequest. payment_tokenMethods in dev.vality.damsel.payment_tool_provider that return Content Modifier and Type Method Description ContentApplePayRequest. getPaymentToken()ContentGooglePayRequest. getPaymentToken()ContentYandexPayRequest. getPaymentToken()Methods in dev.vality.damsel.payment_tool_provider with parameters of type Content Modifier and Type Method Description ApplePayRequestApplePayRequest. setPaymentToken(Content payment_token)GooglePayRequestGooglePayRequest. setPaymentToken(Content payment_token)YandexPayRequestYandexPayRequest. setPaymentToken(Content payment_token)Constructors in dev.vality.damsel.payment_tool_provider with parameters of type Content Constructor Description ApplePayRequest(String merchant_id, Content payment_token)GooglePayRequest(String gateway_merchant_id, Content payment_token)YandexPayRequest(String gateway_merchant_id, Content payment_token)