Class AffiliateInformation
java.lang.Object
io.trippay.sdk.payment.model.AffiliateInformation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class AffiliateInformation
extends Object
Affiliate details response contains details about the affiliate facilitating the sale.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaffiliateIdentifier(UUID affiliateIdentifier) affiliateName(String affiliateName) affiliateUrl(String affiliateUrl) boolean@Valid UUIDAffiliate identifier of entity making the sameAffiliate name of entity making the sameAffiliate url of entity making the sameinthashCode()voidsetAffiliateIdentifier(UUID affiliateIdentifier) voidsetAffiliateName(String affiliateName) voidsetAffiliateUrl(String affiliateUrl) toString()
-
Field Details
-
JSON_PROPERTY_AFFILIATE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AFFILIATE_NAME
- See Also:
-
JSON_PROPERTY_AFFILIATE_URL
- See Also:
-
-
Constructor Details
-
AffiliateInformation
public AffiliateInformation()
-
-
Method Details
-
affiliateIdentifier
-
getAffiliateIdentifier
Affiliate identifier of entity making the same- Returns:
- affiliateIdentifier
-
setAffiliateIdentifier
-
affiliateName
-
getAffiliateName
Affiliate name of entity making the same- Returns:
- affiliateName
-
setAffiliateName
-
affiliateUrl
-
getAffiliateUrl
Affiliate url of entity making the same- Returns:
- affiliateUrl
-
setAffiliateUrl
-
equals
-
hashCode
-
toString
-