Ex.: "15700" => "R$ 157,00"
public string Porcentagem { get; set; }Public Property Porcentagem As String
Get
Set
Dim instance As PaySDKAbatimentoPIX
Dim value As String
value = instance.Porcentagem
instance.Porcentagem = valuepublic:
property String^ Porcentagem {
String^ get ();
void set (String^ value);
}