All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lookfirst.wepay.api.ThemeObject Maven / Gradle / Ivy

The newest version!
package com.lookfirst.wepay.api;

import java.io.Serializable;
import java.lang.String;

import lombok.Data;

/**
 * If you want to customize the way the OAuth2 Authorization page, the iframe checkout, withdrawal flow, and API
 * emails look, this is the right tutorial. We provide you with a way to customize the colors used during these
 * flows so it will match the design of your site.
 * 

* https://www.wepay.com/developer/tutorial/customization * * @author jon */ @Data public class ThemeObject implements Serializable { private static final long serialVersionUID = 1L; /** Sets a name for the theme */ public String name; /** Sets colors on important elements such as headers */ public String primaryColor; /** Sets colors on secondary elements such as info boxes, and the focus styles on text inputs */ public String secondaryColor; /** Sets the background color for the page frame on onsite pages, and the iframe background on iframe checkouts */ public String backgroundColor; /** Sets the color on primary action buttons */ public String buttonColor; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy