TaxSellerDetailsRequest Class
Namespace
TaxSellerDetailsRequest Constructors
Learn more about the available constructors with the TaxSellerDetailsRequest class.
The TaxSellerDetailsRequest class includes these constructors.
TaxSellerDetailsRequest(code)
Initializes the request for the tax seller details. This constructor
is intended for test usage and throws an exception if used outside of the Apex test
context
Signature
global TaxSellerDetailsRequest(String code)
Parameters
- code
- Type: String
- Tax code used for tax calculation.
TaxSellerDetailsRequest Properties
Learn more about the available properties with the TaxSellerDetailsRequest class.
The TaxSellerDetailsRequest class includes these properties.
TaxSellerDetailsRequest Methods
Learn more about the available methods with the TaxSellerDetailsRequest class.
The TaxSellerDetailsRequest class includes these methods.
equals(obj)
Maintains the integrity of lists of type TaxSellerDetailsRequest by determining the equality of the external objects in a
list. This method is dynamic and based on the equals()
method in Java.
Signature
global Boolean equals(Object obj)
Parameters
- obj
- Type: Object
- External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Maintains the integrity of lists of type TaxSellerDetailsRequest by determining the uniqueness of the external objects in a
list.
Signature
global Integer hashCode()
Return Value
Type: Integer