Uses of Class
dev.vality.damsel.domain.MobileCommerce
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_tool_token |
-
Uses of MobileCommerce in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return MobileCommerce Modifier and Type Method Description MobileCommerceMobileCommerce. deepCopy()MobileCommercePaymentTool. getMobileCommerce()MobileCommerceMobileCommerce. setOperator(MobileOperatorRef operator)MobileCommerceMobileCommerce. setPhone(MobilePhone phone)Methods in dev.vality.damsel.domain with parameters of type MobileCommerce Modifier and Type Method Description intMobileCommerce. compareTo(MobileCommerce other)booleanMobileCommerce. equals(MobileCommerce that)static PaymentToolPaymentTool. mobile_commerce(MobileCommerce value)voidPaymentTool. setMobileCommerce(MobileCommerce value)Constructors in dev.vality.damsel.domain with parameters of type MobileCommerce Constructor Description MobileCommerce(MobileCommerce other)Performs a deep copy on other. -
Uses of MobileCommerce in dev.vality.damsel.payment_tool_token
Fields in dev.vality.damsel.payment_tool_token declared as MobileCommerce Modifier and Type Field Description MobileCommerceMobileCommercePayload. mobile_commerceMethods in dev.vality.damsel.payment_tool_token that return MobileCommerce Modifier and Type Method Description MobileCommerceMobileCommercePayload. getMobileCommerce()Methods in dev.vality.damsel.payment_tool_token with parameters of type MobileCommerce Modifier and Type Method Description MobileCommercePayloadMobileCommercePayload. setMobileCommerce(MobileCommerce mobile_commerce)Constructors in dev.vality.damsel.payment_tool_token with parameters of type MobileCommerce Constructor Description MobileCommercePayload(MobileCommerce mobile_commerce)