Uses of Class
dev.vality.damsel.domain.InvoiceClientInfo
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.proxy_inspector |
-
Uses of InvoiceClientInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoiceClientInfo Modifier and Type Field Description InvoiceClientInfoInvoice. client_infoMethods in dev.vality.damsel.domain that return InvoiceClientInfo Modifier and Type Method Description InvoiceClientInfoInvoiceClientInfo. deepCopy()InvoiceClientInfoInvoice. getClientInfo()InvoiceClientInfoInvoiceClientInfo. setTrustLevel(ClientTrustLevel trust_level)Methods in dev.vality.damsel.domain with parameters of type InvoiceClientInfo Modifier and Type Method Description intInvoiceClientInfo. compareTo(InvoiceClientInfo other)booleanInvoiceClientInfo. equals(InvoiceClientInfo that)InvoiceInvoice. setClientInfo(InvoiceClientInfo client_info)Constructors in dev.vality.damsel.domain with parameters of type InvoiceClientInfo Constructor Description InvoiceClientInfo(InvoiceClientInfo other)Performs a deep copy on other. -
Uses of InvoiceClientInfo in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceClientInfo Modifier and Type Field Description InvoiceClientInfoInvoiceParams. client_infoMethods in dev.vality.damsel.payment_processing that return InvoiceClientInfo Modifier and Type Method Description InvoiceClientInfoInvoiceParams. getClientInfo()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceClientInfo Modifier and Type Method Description InvoiceParamsInvoiceParams. setClientInfo(InvoiceClientInfo client_info) -
Uses of InvoiceClientInfo in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as InvoiceClientInfo Modifier and Type Field Description InvoiceClientInfoInvoice. client_infoMethods in dev.vality.damsel.proxy_inspector that return InvoiceClientInfo Modifier and Type Method Description InvoiceClientInfoInvoice. getClientInfo()Methods in dev.vality.damsel.proxy_inspector with parameters of type InvoiceClientInfo Modifier and Type Method Description InvoiceInvoice. setClientInfo(InvoiceClientInfo client_info)