PaySDKPagadorSharedVMNumeroInscricao Propriedades
Número de inscrição do pagador. Para o tipo = 1, informar numero do CPF. Para o tipo = 2, informar numero do CNPJ.
Namespace: api.mstiPAY.SDKcsharp.Entidades.ViewModels.SharedAssembly: api.mstiPAY.SDKcsharp (in api.mstiPAY.SDKcsharp.dll) Versão: 1.0.0+0349d31a6952a696ed185f66d54b972f98d72be7
public string NumeroInscricao { get; set; }
Public Property NumeroInscricao As String
Get
Set
Dim instance As PaySDKPagadorSharedVM
Dim value As String
value = instance.NumeroInscricao
instance.NumeroInscricao = value
public:
property String^ NumeroInscricao {
String^ get ();
void set (String^ value);
}
Valor da Propriedade
String