
com.gocardless.resources.Logo Maven / Gradle / Ivy
package com.gocardless.resources;
/**
* Represents a logo resource returned from the API.
*
* Logos are image uploads that, when associated with a creditor, are shown on the [billing request
* flow](#billing-requests-billing-request-flows) payment pages.
*/
public class Logo {
private Logo() {
// blank to prevent instantiation
}
private String id;
/**
* Unique identifier, beginning with "LO".
*/
public String getId() {
return id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy