expiresAfterDays property

int? expiresAfterDays
getter/setter pair

The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and expires_after_days set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST.

Implementation

int? expiresAfterDays;