ExternalBillingPaymentCredentials

data class ExternalBillingPaymentCredentials(val username: String, val contactPersonID: String, val password: String)

Constructors

Link copied to clipboard
constructor(username: String, contactPersonID: String, password: String)

Properties

Link copied to clipboard
@SerializedName(value = "contactPersonID")
val contactPersonID: String
Link copied to clipboard
@SerializedName(value = "password")
val password: String
Link copied to clipboard
@SerializedName(value = "username")
val username: String