Class BoletoBancarioRequirednessValidator
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class BoletoBancarioRequirednessValidator
Properties
FiscalNumberLength
When performing a payment with Boleto Bancario, some values are only required when the fiscalnumber has a specific length. The length the fiscalnumber has to have to make the field required is defined here. For example the CompanyName is required when the fiscalnumber is a CNPJ. The firstname and surname are required when the fiscalnumber is a CPF.
Declaration
public int? FiscalNumberLength { get; set; }
Property Value
Type | Description |
---|---|
int? |