Hello.
i am a brazilian developer and here in Brazil we can break/split the credit card payment in parts, like installments or parcels.
For example, if we buy something of 100 USD, we can break this payment in 2 x 50.
Paying 50 at january and 50 at february.
But using the poynt fragment, the class PAYMENT doesnt have any propertie or method where we can set the number of parts we break.
In the sample source on github, doesnt have anything like this.
How can i break a payment?
Thanks.