UpdateBrandingSettings

You can select a primary color for the left side of the checkout page, and a secondary color for the PAY button. The checkout page will also feature your icon.

void UpdateBrandingSettings(const FVyUpdateBrandingSettingsRequest& Params, const FVyOnComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyUpdateBrandingSettingsRequest)

OnComplete

FVyOnComplete

The callback function called when the user preferences retrieval operation is complete.

Last updated