NEOU
Properties
Functions
Link copied to clipboard
fun defaults(signUpUrl: String? = null, redirectUrl: String? = null, promoCode: String? = null): VirtualFitnessSignUpDetails
Build a VirtualFitnessSignUpDetails preloaded with this partner's catalog. Defaults can then be overwritten with the live VirtualFitnessSignUpDetails.signUpUrl / VirtualFitnessSignUpDetails.promoCode from the backend.
Link copied to clipboard
Merge this partner's static catalog into an existing details object — useful when the backend only returns VirtualFitnessSignUpDetails.signUpUrl / VirtualFitnessSignUpDetails.redirectUrl / VirtualFitnessSignUpDetails.promoCode and the consumer wants the app/scheme metadata too. Backend-provided values win; nulls are filled.