Class SetTaxIdentifierRequest

java.lang.Object
io.trippay.sdk.payment.model.SetTaxIdentifierRequest

@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 SetTaxIdentifierRequest extends Object
SetTaxIdentifierRequest
  • Field Details

  • Constructor Details

    • SetTaxIdentifierRequest

      public SetTaxIdentifierRequest()
  • Method Details

    • taxId

      public SetTaxIdentifierRequest taxId(@Nonnull String taxId)
    • getTaxId

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getTaxId()
      Updated tax identifier. I.e. SSN
      Returns:
      taxId
    • setTaxId

      public void setTaxId(@Nonnull String taxId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object