SANTANDER: Valor ou percentual máximo para pagamento parcial do boleto
public string MaximoPagamentoParcialBoleto { get; set; }Public Property MaximoPagamentoParcialBoleto As String
Get
Set
Dim instance As PaySDKBoletoPagamentoParcial
Dim value As String
value = instance.MaximoPagamentoParcialBoleto
instance.MaximoPagamentoParcialBoleto = valuepublic:
property String^ MaximoPagamentoParcialBoleto {
String^ get ();
void set (String^ value);
}