Package io.trippay.sdk.payment.model
Class AffiliateDetailsResponse
java.lang.Object
io.trippay.sdk.payment.model.AffiliateDetailsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-12T15:09:05.445923493+07:00[Asia/Bangkok]")
public class AffiliateDetailsResponse
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
-
AffiliateDetailsResponse
public AffiliateDetailsResponse()
-
-
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
public int hashCode() -
toString
-